Skip to content

Commit

Permalink
fix: checkTx test
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Aug 4, 2023
1 parent c3f0361 commit fb78b6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/test/check_tx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ func TestCheckTx(t *testing.T) {
tx := blobfactory.RandBlobTxsWithAccounts(encCfg.TxConfig.TxEncoder(), tmrand.NewRand(), kr, nil, 10_000_000, 1, false, testutil.ChainID, accs[8:9])[0]
return tx
},
// TODO: consider modifying CheckTx to return an error for this case
// so that consensus nodes do not propagate blobs that are too
// large.
expectedABCICode: abci.CodeTypeOK,
expectedABCICode: blobtypes.ErrBlobSizeTooLarge.ABCICode(),
},
}

Expand Down

0 comments on commit fb78b6f

Please sign in to comment.