From e04f5443d5194c35f788ad19038e2cb4ce7e2a53 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 17 May 2018 16:45:01 -0500 Subject: [PATCH] Fix test with formatting directive --- conn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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