Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jan 23, 2025
1 parent 3c075bc commit 7119934
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion types/mempool/priority_nonce_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1006,5 +1006,4 @@ func TestPriorityNonceMempool_UnorderedTx(t *testing.T) {
for i, tx := range orderedTxs {
require.Equal(t, txs[i].id, tx.(testTx).id)
}

}
1 change: 0 additions & 1 deletion x/auth/ante/ante_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1415,5 +1415,4 @@ func TestAnteHandlerUnorderedTx(t *testing.T) {
require.NoError(t, err)
_, err = suite.anteHandler(bytesCtx, tx, false)
require.NoError(t, err)

}

0 comments on commit 7119934

Please sign in to comment.