Skip to content

Commit

Permalink
tweak test fail reason
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Feb 21, 2025
1 parent 36dc3db commit 1a0a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-worker/test/wake-up.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test('should not initiate a quick claim', async (t) => {

const run = getRun();
lng.onSocketEvent(e.CLAIM, run.id, () => {
t.fail('expected claim received');
t.fail('unexpected claim received');
done();
});

Expand Down

0 comments on commit 1a0a712

Please sign in to comment.