fix: no lint no life

This commit is contained in:
healthykim 2025-11-12 00:49:22 +09:00
parent bf16cd59ec
commit 4c2548e862

View file

@ -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")
}
}