-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
FAIL src/lib/queue/index.test.ts > Queue Runner Aborted and Stuck Jobs Tests
AssertionError: expected 'completed' to be 'aborted' // Object.is equality
Expected: "aborted"
Received: "completed"
❯ src/lib/queue/index.test.ts:707:35
705|
706| const status_aborted = await runner.get(id_aborted);
707| expect(status_aborted?.status).toBe('aborted');
| ^
708|
709| /* The main processor was called once -- resulting a timeout, leadi…
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working