mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 11:52:14 +01:00
fixing test in process package + tests for app package
This commit is contained in:
@@ -105,7 +105,7 @@ func TestRun(t *testing.T) {
|
||||
}
|
||||
|
||||
// case 2: uses a simple command but with an unsuitable timeout.
|
||||
if err := run("echo Hello world", 0); err == nil {
|
||||
if err := run("sleep 5", 0); err == nil {
|
||||
t.Error("Command should not have worked!")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user