Skip to content

Commit fff7d72

Browse files
authored
Fixed name of Test
1 parent fc24241 commit fff7d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileCopyTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public async Task MockFile_Copy_ShouldThrowNotSupportedExceptionWhenSourcePathCo
248248

249249
[Test]
250250
[WindowsOnly(WindowsSpecifics.Drives)]
251-
public async Task Copy_Should_ThrowIOException_When_OverwritingWithSameNameDifferentCase()
251+
public async Task MockFile_Copy_ShouldThrowIOExceptionWhenOverwritingWithSameNameDifferentCase()
252252
{
253253
var fileSystem = new MockFileSystem();
254254
string path = @"C:\Temp\file.txt";
@@ -430,4 +430,4 @@ public async Task MockFile_Copy_ShouldThrowIOExceptionForInvalidFileShare()
430430

431431
await That(action).Throws<IOException>();
432432
}
433-
}
433+
}

0 commit comments

Comments
 (0)