Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Dec 10, 2024
1 parent c6d186b commit c125642
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,11 @@ func TestCLI(t *testing.T) {
info.GoVersion = ""

want := version.Info{
Name: testName,
AppName: testAppName,
Version: testVersion,
GitCommit: testCommit,
BuildTags: testBuildTags,
CosmosSdkVersion: "unable to read deps",
Name: testName,
AppName: testAppName,
Version: testVersion,
GitCommit: testCommit,
BuildTags: testBuildTags,
}
require.Equal(t, want, info)

Expand Down

0 comments on commit c125642

Please sign in to comment.