mirror of
https://github.com/jcreek/Creek.FileRepository.git
synced 2026-07-13 02:43:43 +00:00
refactor(*): Rename FileName to Filename across the whole solution for consistency
This commit is contained in:
@@ -70,7 +70,7 @@ namespace UnitTests
|
||||
RepoFile repoFile = await fileRepository.ReadFileAsync(filename);
|
||||
|
||||
Assert.NotNull(repoFile);
|
||||
Assert.NotNull(repoFile.FileName);
|
||||
Assert.NotNull(repoFile.Filename);
|
||||
Assert.NotNull(repoFile.Content);
|
||||
Assert.NotNull(repoFile.Created);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user