Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed name of Test
  • Loading branch information
ana1250 authored Apr 2, 2025
commit fff7d7277519f72d6a8be083cce3186b78e57a93
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public async Task MockFile_Copy_ShouldThrowNotSupportedExceptionWhenSourcePathCo

[Test]
[WindowsOnly(WindowsSpecifics.Drives)]
public async Task Copy_Should_ThrowIOException_When_OverwritingWithSameNameDifferentCase()
public async Task MockFile_Copy_ShouldThrowIOExceptionWhenOverwritingWithSameNameDifferentCase()
{
var fileSystem = new MockFileSystem();
string path = @"C:\Temp\file.txt";
Expand Down Expand Up @@ -430,4 +430,4 @@ public async Task MockFile_Copy_ShouldThrowIOExceptionForInvalidFileShare()

await That(action).Throws<IOException>();
}
}
}