Skip to content

Commit

Permalink
pool: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emailtovamos committed Nov 19, 2024
1 parent 6ea3562 commit 86484a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/txpool/legacypool/tx_overflowpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func TestTxOverflowPoolSlotCalculation(t *testing.T) {
// Verify that tx1 is no longer in the pool
_, exists := pool.Get(tx1.Hash())
assert.False(t, exists, "Expected tx1 to be evicted from the pool")

}

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

0 comments on commit 86484a1

Please sign in to comment.