Skip to content

Commit 0863aad

Browse files
committed
chore: corrected comment
1 parent aabd3d1 commit 0863aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestableIO.System.IO.Abstractions.TestingHelpers/MockDirectory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public override void Move(string sourceDirName, string destDirName)
544544
}
545545
else if (!mockFileDataAccessor.StringOperations.Equals(fullSourcePath, fullDestPath, StringComparison.OrdinalIgnoreCase))
546546
{
547-
// In Windows, file/dir names are case case sensetive, src and SRC and treated different
547+
// In Windows, file/dir names are case sensetive, C:\\temp\\src and C:\\temp\\SRC and treated different
548548
if (mockFileDataAccessor.Directory.Exists(fullDestPath) || mockFileDataAccessor.File.Exists(fullDestPath))
549549
{
550550
throw CommonExceptions.CannotCreateBecauseSameNameAlreadyExists(fullDestPath);

0 commit comments

Comments
 (0)