From c8b00a717ee5fa1bf027d33996e27b4559bd3dd1 Mon Sep 17 00:00:00 2001 From: Gavin Cabbage Date: Thu, 19 Sep 2019 08:44:08 -0400 Subject: [PATCH] lint precommit hook --- support_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support_test.go b/support_test.go index f0e378f..37605fd 100644 --- a/support_test.go +++ b/support_test.go @@ -32,7 +32,7 @@ func newDB(t testing.TB, driver string, url string) *sql.DB { time.Sleep(retryInterval) continue } - t.Fatalf("connecting to %s: %w", driver, err) + t.Fatalf("connecting to %s: %s", driver, err) } break }