Skip to content

Commit

Permalink
test: fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 18, 2024
1 parent 47785be commit 2b8c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/mempool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func TestOrphanReject(t *testing.T) {

// 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))
}
Expand Down

0 comments on commit 2b8c10a

Please sign in to comment.