From e54ad172ce9ec435aa647aae856caa30d54d3086 Mon Sep 17 00:00:00 2001 From: Paolo Galli Date: Thu, 5 Dec 2024 10:13:51 +0100 Subject: [PATCH] style: fix linting --- txpool/tx_pool_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/txpool/tx_pool_test.go b/txpool/tx_pool_test.go index 76b7e4949..ee6fe2374 100644 --- a/txpool/tx_pool_test.go +++ b/txpool/tx_pool_test.go @@ -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) {