Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Oct 13, 2023
1 parent 6201f3b commit 79b126b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/ccv/provider/proposal_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func TestProviderProposalHandler(t *testing.T) {
if tc.expValidConsumerAddition || tc.expValidConsumerRemoval ||
tc.expValidChangeRewardDenom {
require.NoError(t, err)
require.Error(t, err)
} else {
require.Error(t, err)
}
Expand Down

0 comments on commit 79b126b

Please sign in to comment.