From 4c2548e8623183b6836665336a5fa58c9d3d6ee3 Mon Sep 17 00:00:00 2001 From: healthykim Date: Wed, 12 Nov 2025 00:49:22 +0900 Subject: [PATCH] fix: no lint no life --- eth/downloader/queue_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/queue_test.go b/eth/downloader/queue_test.go index f8ac1ab65c..a38a87764f 100644 --- a/eth/downloader/queue_test.go +++ b/eth/downloader/queue_test.go @@ -389,7 +389,7 @@ func TestPartialReceiptDelivery(t *testing.T) { } } if q.InFlightReceipts() { - t.Fatal("there shouldn't be reamining in flight receipts") + t.Fatal("there shouldn't be any remaning in-flight receipts") } }