mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
361 B
Diff
11 lines
361 B
Diff
--- a/mempool/mempool_test.go
|
|
+++ b/mempool/mempool_test.go
|
|
@@ -560,7 +560,7 @@
|
|
|
|
// Ensure no transactions were reported as accepted.
|
|
if len(acceptedTxns) != 0 {
|
|
- t.Fatal("ProcessTransaction: reported %d accepted "+
|
|
+ t.Fatalf("ProcessTransaction: reported %d accepted "+
|
|
"transactions from failed orphan attempt",
|
|
len(acceptedTxns))
|
|
}
|