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 fc24241 commit fff7d72Copy full SHA for fff7d72
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileCopyTests.cs
@@ -248,7 +248,7 @@ public async Task MockFile_Copy_ShouldThrowNotSupportedExceptionWhenSourcePathCo
248
249
[Test]
250
[WindowsOnly(WindowsSpecifics.Drives)]
251
- public async Task Copy_Should_ThrowIOException_When_OverwritingWithSameNameDifferentCase()
+ public async Task MockFile_Copy_ShouldThrowIOExceptionWhenOverwritingWithSameNameDifferentCase()
252
{
253
var fileSystem = new MockFileSystem();
254
string path = @"C:\Temp\file.txt";
@@ -430,4 +430,4 @@ public async Task MockFile_Copy_ShouldThrowIOExceptionForInvalidFileShare()
430
431
await That(action).Throws<IOException>();
432
}
433
-}
+}
0 commit comments