Skip to content

Commit

Permalink
test(sandbox): use prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored and manast committed Jan 22, 2025
1 parent f3c678d commit 2b63ccd
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 @@ -794,7 +794,7 @@ function sandboxProcessTests(
parentWorker.on('completed', async (job: Job, value: any) => {
try {
expect(value).to.be.eql({
[`bull:${queueName}:${childJobId}`]: { childResult: 'bar' },
[`${prefix}:${queueName}:${childJobId}`]: { childResult: 'bar' },
});
await parentWorker.close();
resolve();
Expand Down

0 comments on commit 2b63ccd

Please # to comment.