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

Commit 46df8f3

Browse files
Fixing integration test
1 parent b1a7819 commit 46df8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/GitClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task ShouldGetGitVersion()
2020
var versionResult = version.Result;
2121
if (Environment.IsWindows)
2222
{
23-
versionResult.Should().Be(new Version(2,1,1));
23+
versionResult.Should().Be(new Version(2,11,1));
2424
}
2525
else
2626
{

0 commit comments

Comments
 (0)