Skip to content

Commit

Permalink
lint: min_initial_deposit_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fragwuerdig committed Mar 6, 2024
1 parent 49a2a1c commit ca3fdef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom/auth/ante/min_initial_deposit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func (suite *AnteTestSuite) TestMinInitialDepositRatioWithSufficientDeposit() {
// ante handler should not error for v1 proposal
_, err = antehandler(suite.ctx, txv1, false)
suite.Require().NoError(err, "error: v1 proposal with sufficient initial deposit should have gone through")

}

func (suite *AnteTestSuite) TestMinInitialDepositRatioWithInsufficientDeposit() {
Expand Down Expand Up @@ -191,5 +190,4 @@ func (suite *AnteTestSuite) TestMinInitialDepositRatioWithInsufficientDeposit()
// ante handler should not error for v1 proposal
_, err = antehandler(suite.ctx, txv1, false)
suite.Require().Error(err, "error: v1 proposal with insufficient initial deposit should have failed")

}

0 comments on commit ca3fdef

Please sign in to comment.