We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b0b83 commit 78556e6Copy full SHA for 78556e6
Tests/Testably.Abstractions.Tests/FileSystem/Directory/ExistsTests.cs
@@ -29,7 +29,7 @@ public async Task Exists_File_ShouldReturnFalse(string path)
29
[Fact]
30
public async Task Exists_ForwardSlash_ShouldReturnTrue()
31
{
32
- FileSystem.InitializeIn("D:");
+ FileSystem.InitializeIn("/");
33
34
bool result = FileSystem.Directory.Exists("/");
35
Tests/Testably.Abstractions.Tests/FileSystem/DirectoryInfo/ExistsTests.cs
@@ -39,7 +39,7 @@ public async Task Exists_File_ShouldReturnFalse(string path)
39
40
41
42
43
44
IDirectoryInfo sut = FileSystem.DirectoryInfo.New("/");
45
0 commit comments