Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Oct 6, 2024
1 parent 0fb7154 commit 3144a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sandboxed_process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Sandboxed process using child processes', () => {
worker.on('failed', async (job, error) => {
try {
expect(error.message).to.be.equal(
'Unexpected exit code: null signal: SIGTERM',
'Unexpected exit code: 0 signal: null',
);
resolve();
} catch (err) {
Expand Down

0 comments on commit 3144a77

Please sign in to comment.