diff --git a/driver_test.go b/driver_test.go index f46d38df6..d1261f0ac 100644 --- a/driver_test.go +++ b/driver_test.go @@ -82,7 +82,7 @@ func init() { } type DBTest struct { - *testing.T + testing.TB db *sql.DB }