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