diff --git a/conn_test.go b/conn_test.go index a27144be..a9849509 100644 --- a/conn_test.go +++ b/conn_test.go @@ -2085,7 +2085,7 @@ func TestDomainType(t *testing.T) { t.Fatal("Expected data type for domain uint64 to be present") } if dt, ok := dt.Value.(*pgtype.Numeric); !ok { - t.Fatal("Expected data type value for domain uint64 to be *pgtype.Numeric, but it was %T", dt) + t.Fatalf("Expected data type value for domain uint64 to be *pgtype.Numeric, but it was %T", dt) } var n uint64