diff --git a/zk/lock_test.go b/zk/lock_test.go index aa61d7e6..a03a0bc7 100644 --- a/zk/lock_test.go +++ b/zk/lock_test.go @@ -33,6 +33,7 @@ func TestTryLock(t *testing.T) { } } + func TestLock(t *testing.T) { ts, err := StartTestCluster(1, nil, logWriter{t: t, p: "[ZKERR] "}) if err != nil {