Skip to content

Commit

Permalink
UpdateClioCommandTests.cs to pass in github
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Krylov <[email protected]>
  • Loading branch information
kirillkrylov committed Jul 19, 2024
1 parent f4202d3 commit 716505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clio.tests/Command/UpdateClioCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void CheckVersionCommandTests() {
public void CheckVersionFromGitHubAndNuget() {
var versionFromNuget = UpdateCliCommand.GetLatestVersionFromNuget();
var versionFromGitHub = UpdateCliCommand.GetLatestVersionFromGitHub();
versionFromNuget.Should().Be(versionFromGitHub);
versionFromGitHub.CompareTo(versionFromNuget).Should().BeLessThan(1);
}
}
}

0 comments on commit 716505e

Please sign in to comment.