Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jan 3, 2025
1 parent bbafa56 commit 0148a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/sender/tests/worker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const projectQueryMock = jest.fn(() => ({
_id: new ObjectId('5e3eef0679fa3700a0198a49'),
isEnabled: true,
uidAdded: new ObjectId('5e3eef0679fa3700a0198a49'),
whatToReceive: WhatToReceive.All,
whatToReceive: WhatToReceive.SeenMore,
including: [],
excluding: [],
channels: {
Expand Down

0 comments on commit 0148a15

Please sign in to comment.