fix(uno): repare not working test

This commit is contained in:
Julien Neuhart
2022-02-08 19:45:39 +01:00
parent 84875aaf82
commit 50c34a4186

View File

@@ -153,6 +153,11 @@ func TestListener_lock(t *testing.T) {
t.Fatalf("expected no error from listener.start(), but got: %v", err)
}
err = listener.lock(context.Background(), zap.NewNop())
if err != nil {
t.Fatalf("expected no error from listener.lock(), but got: %v", err)
}
return listener
}(),
ctx: func() context.Context {