diff --git a/pkg/modules/libreoffice/uno/uno_test.go b/pkg/modules/libreoffice/uno/uno_test.go index fdd91a77..b5f3c804 100644 --- a/pkg/modules/libreoffice/uno/uno_test.go +++ b/pkg/modules/libreoffice/uno/uno_test.go @@ -196,7 +196,12 @@ func TestUNO_Validate(t *testing.T) { } func TestUNO_Start(t *testing.T) { + mod := new(UNO) + err := mod.Start() + if err != nil { + t.Errorf("expected no error but got: %v", err) + } } func TestUNO_StartupMessage(t *testing.T) {