Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed May 2, 2024
1 parent cb3d39c commit 7c5b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/abci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,7 @@ func TestABCI_Proposal_FailReCheckTx(t *testing.T) {
// the same txs as in PrepareProposal
res, err := suite.baseApp.FinalizeBlock(&abci.RequestFinalizeBlock{
Height: suite.baseApp.LastBlockHeight() + 1,
Txs: reqProposalTxBytes[:],
Txs: reqProposalTxBytes,
})
require.NoError(t, err)

Expand Down

0 comments on commit 7c5b671

Please sign in to comment.