mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-18 04:41:36 +00:00
fix: no lint no life
This commit is contained in:
parent
bf16cd59ec
commit
4c2548e862
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ func TestPartialReceiptDelivery(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if q.InFlightReceipts() {
|
if q.InFlightReceipts() {
|
||||||
t.Fatal("there shouldn't be reamining in flight receipts")
|
t.Fatal("there shouldn't be any remaning in-flight receipts")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue