VerifyTests/EmptyFiles

missing ", out result"

Closed this issue · 5 comments

the file test.cs line 110 should read
Assert.False(AllFiles.TryGetPathFor("foo.txt", out result));

For test.cs read tests.cs (whoops!)

line 110 is

Assert.False(AllFiles.TryCreateFile...

not

Assert.False(AllFiles.TryGetPathFor...

EmptyFiles/src/EmptyFiles.Tests/tests.cs sorry I should have given absolute path
If param missing it makes a mockery of the following line 111 that tests result

can you submit a pull request that illustrates the change you are proposing

bump