use Fatalf instead of Fatal(Sprintf)

This commit is contained in:
Seebs 2022-10-26 16:21:23 -05:00 committed by seebs
parent e9a40cdc35
commit b4eb1b8bdc

View file

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