Skip to content

Commit

Permalink
Add fix to other tests to get them passing. I'm still unsure why Supp…
Browse files Browse the repository at this point in the history
…ly is higher.
  • Loading branch information
Matthew Witkowski committed Oct 2, 2023
1 parent ad4fd50 commit 10d4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibcratelimit/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func (suite *MiddlewareTestSuite) fullSendTest(native bool) map[string]string {
suite.Require().Equal(used, sendAmount.MulRaw(2))

// Sending above the quota should fail. We use 2 instead of 1 here to avoid rounding issues
_, err = suite.AssertSend(false, suite.MessageFromAToB(denom, osmomath.NewInt(2)))
_, err = suite.AssertSend(false, suite.MessageFromAToB(denom, osmomath.NewInt(500_000_000_000)))
suite.Require().Error(err)
return attrs
}
Expand Down

0 comments on commit 10d4255

Please sign in to comment.