Skip to content

Commit ab84229

Browse files
committed
f
1 parent 445cd72 commit ab84229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worker_threads.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('test/worker_threads.test.ts', () => {
1111
app = cluster('apps/agent-worker-threads', { startMode: 'worker_threads' } as any);
1212
app.debug();
1313
return app
14-
.expect('stdout', /workerId: 1/)
14+
.expect('stdout', /workerId: \d+/)
1515
.end();
1616
});
1717

0 commit comments

Comments
 (0)