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 0e49ee3 commit d1307d9Copy full SHA for d1307d9
System.IO.Abstractions.TestingHelpers/MockFileStream.cs
@@ -57,7 +57,7 @@ public MockFileStream(
57
}
58
else
59
{
60
- if (!mockFileDataAccessor.Directory.Exists(Path.GetDirectoryName(path)))
+ if (!mockFileDataAccessor.Directory.Exists(mockFileDataAccessor.Path.GetDirectoryName(path)))
61
62
throw CommonExceptions.CouldNotFindPartOfPath(path);
63
0 commit comments