Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
piux2 committed Dec 7, 2024
1 parent e298282 commit 67d5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/sdk/baseapp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func anteHandlerTxTest(t *testing.T, capKey store.StoreKey, storeKey []byte) Ant
t.Helper()

return func(ctx Context, tx std.Tx, simulate bool) (newCtx Context, res Result, abort bool) {
store := ctx.Store(capKey)
store := ctx.GasStore(capKey)
if getFailOnAnte(tx) {
res.Error = ABCIError(std.ErrInternal("ante handler failure"))
return newCtx, res, true
Expand Down

0 comments on commit 67d5564

Please sign in to comment.