mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(test): nudge expected no-promo date
This commit is contained in:
parent
fd1eb2d900
commit
ad845dff43
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ describe('events', () => {
|
|||
});
|
||||
|
||||
it('returns empty array when no events are active', () => {
|
||||
clock = sinon.useFakeTimers(new Date('2024-01-08'));
|
||||
clock = sinon.useFakeTimers(new Date('2024-01-11'));
|
||||
const events = getRepeatingEvents();
|
||||
expect(events).to.be.empty;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue