Skip to content

Commit

Permalink
gosimple
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Oct 19, 2024
1 parent 083bd5d commit 5609bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feemarket/ante/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (s *TestSuite) RunTestCase(t *testing.T, tc TestCase, args TestCaseArgs) {
require.Error(t, postErr)
require.ErrorIs(t, postErr, tc.ExpErr)

case tc.MsgRunSuccess == false:
case !tc.MsgRunSuccess:
// message failed to run but ante and post should succeed
require.NoError(t, anteErr)
require.NoError(t, postErr)
Expand Down

0 comments on commit 5609bd6

Please sign in to comment.