Skip to content

Commit

Permalink
lint precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 19, 2019
1 parent e8654f0 commit c8b00a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c8b00a7

Please sign in to comment.