Skip to content

Commit

Permalink
Update x/globalfee/ante/antetest/fee_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored May 10, 2023
1 parent ec83ca2 commit 952d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/globalfee/ante/antetest/fee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ func (s *IntegrationTestSuite) TestGetTxFeeRequired() {
// set a subspace that doesn't have the stakingtypes.KeyBondDenom key registred
feeDecorator.StakingSubspace = s.app.GetSubspace(globfeetypes.ModuleName)

// check that an error is returned when staking subspace isn't set
// check that an error is returned when staking bond denom is empty
_, err := feeDecorator.GetTxFeeRequired(s.ctx, nil)
s.Require().Equal(err.Error(), "empty staking bond denomination")

Expand Down

0 comments on commit 952d3ff

Please sign in to comment.