diff --git a/x/feemarket/ante/suite/suite.go b/x/feemarket/ante/suite/suite.go index a7b6df2..da4bf6c 100644 --- a/x/feemarket/ante/suite/suite.go +++ b/x/feemarket/ante/suite/suite.go @@ -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)