mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-19 05:32:16 +01:00
fix(uno): repare not working test
This commit is contained in:
@@ -153,6 +153,11 @@ func TestListener_lock(t *testing.T) {
|
|||||||
t.Fatalf("expected no error from listener.start(), but got: %v", err)
|
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
|
return listener
|
||||||
}(),
|
}(),
|
||||||
ctx: func() context.Context {
|
ctx: func() context.Context {
|
||||||
|
|||||||
Reference in New Issue
Block a user