chore: return a pointer to the generic suite

This commit is contained in:
Manuel de la Peña
2025-08-29 12:05:06 +02:00
parent 511351b66f
commit 2acb80b53a
2 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ func TestMySQLStorageTCK(t *testing.T) {
s, err := tck.New[*Storage, *sql.DB](context.Background(), t, &MySQLStorageTCK{}, tck.PerTest())
require.NoError(t, err)
suite.Run(t, &s)
suite.Run(t, s)
}
func Benchmark_MYSQL_Set(b *testing.B) {