diff --git a/rbf/tx_test.go b/rbf/tx_test.go index a84941fc2..11d046980 100644 --- a/rbf/tx_test.go +++ b/rbf/tx_test.go @@ -1179,7 +1179,7 @@ func TestTx_DeleteBitmapsWithPrefix(t *testing.T) { pf("-\n") default: - t.Fatal(fmt.Sprintf("unexpected page info type %T", info)) + t.Fatalf("unexpected page info type %T", info) } }