Skip to content

Commit

Permalink
style: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Dec 5, 2024
1 parent 6863699 commit e54ad17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion txpool/tx_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ func TestRemove(t *testing.T) {

// Check that the transaction is no longer in the pool
assert.Nil(t, pool.Get(trx.ID()), "Transaction should not exist in the pool after removal")

}

func TestRemoveWithError(t *testing.T) {
Expand Down

0 comments on commit e54ad17

Please sign in to comment.