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

Commit 4ca3256

Browse files
Updating unit test
1 parent 3bbcd9a commit 4ca3256

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-
Assert.IsTrue(string.Compare(calculateMd5, GitInstaller.WindowsGitLfsExecutableMD5, true) == 0);
87+
Assert.Equals(calculateMd5.ToUpper(), GitInstaller.WindowsGitLfsExecutableMD5.ToUpper());
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)