Skip to content

Commit 25f24a5

Browse files
committed
Added more assertion
1 parent a0a4819 commit 25f24a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DotNext.Tests/IO/FileUriTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public static TheoryData<string, string> GetPaths()
4040
public static void EncodeAsUri(string fileName, string expected)
4141
{
4242
var uri = FileUri.Encode(fileName);
43+
True(uri.IsFile);
4344
Equal(expected, uri.LocalPath);
4445
}
4546

0 commit comments

Comments
 (0)