Skip to content

Commit

Permalink
chore: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 5, 2024
1 parent 361139b commit 0df59e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/assign.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ describe("watchUserActivity", () => {

expect(spy).toHaveBeenNthCalledWith(
1,
expect.stringMatching(
/(A reminder will be sent every 1 hour if there is no activity\.|Tasks are subject to disqualification after 2 hours of inactivity\.)/
)
expect.stringMatching(/(Reminders will be sent every 1 hour if there is no activity\.|Assignees will be disqualified after 2 hours of inactivity\.)/)
);
spy.mockReset();
});
Expand Down

0 comments on commit 0df59e3

Please sign in to comment.