Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 20f21f6

Browse files
committed
Fix this one too
1 parent e1b4f4b commit 20f21f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Git/GitSetupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void VerifyGitLfsBundle()
8484
gitLfsPath.Exists().Should().BeTrue();
8585

8686
var calculateMd5 = NPath.FileSystem.CalculateMD5(gitLfsPath);
87-
GitInstaller.WindowsGitLfsExecutableMD5.Should().Be(calculateMd5);
87+
Assert.IsTrue(string.Compare(calculateMd5, GitInstaller.WindowsGitLfsExecutableMD5, true) == 0);
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)