We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931cf0d commit ecb6bb4Copy full SHA for ecb6bb4
zk_test.go
@@ -109,7 +109,7 @@ func TestCreateTTL(t *testing.T) {
109
}
110
defer zk.Close()
111
112
- path := "/gozk-test-ttl"
+ path := "/gozk-test"
113
114
if err := zk.Delete(path, -1); err != nil && err != ErrNoNode {
115
t.Fatalf("Delete returned error: %+v", err)
@@ -161,7 +161,7 @@ func TestCreateContainer(t *testing.T) {
161
162
163
164
- path := "/gozk-test-container"
165
166
167
0 commit comments