mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
fix(uno): add missing Start test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user