mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +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) {
|
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) {
|
func TestUNO_StartupMessage(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user