fix: broken tests and benchmarks

This commit is contained in:
luk3skyw4lker
2024-06-20 14:28:11 -03:00
parent 3ef00028e6
commit c62c0af76c

View File

@@ -17,7 +17,7 @@ func getTestConnection(t TestOrBench) (*Storage, error) {
client, err := New(Config{
Host: "127.0.0.1",
Port: 9000,
Port: 9001,
Engine: "Memory",
Table: "test_table",
Clean: true,