mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
fix: broken tests and benchmarks
This commit is contained in:
@@ -17,7 +17,7 @@ func getTestConnection(t TestOrBench) (*Storage, error) {
|
|||||||
|
|
||||||
client, err := New(Config{
|
client, err := New(Config{
|
||||||
Host: "127.0.0.1",
|
Host: "127.0.0.1",
|
||||||
Port: 9000,
|
Port: 9001,
|
||||||
Engine: "Memory",
|
Engine: "Memory",
|
||||||
Table: "test_table",
|
Table: "test_table",
|
||||||
Clean: true,
|
Clean: true,
|
||||||
|
Reference in New Issue
Block a user