diff --git a/pkg/modules/libreoffice/uno/listener_test.go b/pkg/modules/libreoffice/uno/listener_test.go index 49c9743f..ddd4815d 100644 --- a/pkg/modules/libreoffice/uno/listener_test.go +++ b/pkg/modules/libreoffice/uno/listener_test.go @@ -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 {