Skip to content

Commit

Permalink
chg: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 28, 2024
1 parent 3b03e87 commit 8a1af2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/gov/client/cli/prompt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ func TestPromptIntegerOverflow(t *testing.T) {
v, err := cli.Prompt(st{}, "")
assert.Equal(t, st{}, v, "expected a value of zero")
require.NotNil(t, err, "expected a report of an overflow")
// TODO HV2: this fails due to changes in suggestedProposalTypes (prompt.go). Fix it?
//require.Contains(t, err.Error(), "range")
require.Contains(t, err.Error(), "range")
})
}
}
Expand Down

0 comments on commit 8a1af2d

Please sign in to comment.