From c62c0af76c754b7facf95ddc4c989d4db4d1352a Mon Sep 17 00:00:00 2001 From: luk3skyw4lker Date: Thu, 20 Jun 2024 14:28:11 -0300 Subject: [PATCH] fix: broken tests and benchmarks --- clickhouse/clickhouse_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse/clickhouse_test.go b/clickhouse/clickhouse_test.go index 8ae0452c..a98acad0 100644 --- a/clickhouse/clickhouse_test.go +++ b/clickhouse/clickhouse_test.go @@ -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,