mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
chore: return a pointer to the generic suite
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user