diff --git a/couchbase/client_test.go b/couchbase/client_test.go index 6f1325c..420e10f 100644 --- a/couchbase/client_test.go +++ b/couchbase/client_test.go @@ -6,7 +6,6 @@ import ( ) func TestClient_ResolveHttpAddress(t *testing.T) { - t.Run("single host with port", func(t *testing.T) { // Arrange givenHosts := []string{"localhost:8091"}