Skip to content

Commit

Permalink
test: revert changed num
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jan 15, 2024
1 parent a99c931 commit 79ac551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feemarket/keeper/abci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (suite *KeeperTestSuite) TestEndBlock() {
"pass",
false,
func() {
meter := storetypes.NewGasMeter(uint64(875000001))
meter := storetypes.NewGasMeter(uint64(1000000000))
suite.ctx = suite.ctx.WithBlockGasMeter(meter)
suite.app.FeeMarketKeeper.SetTransientBlockGasWanted(suite.ctx, 5000000)
},
Expand Down

0 comments on commit 79ac551

Please sign in to comment.