fix(test): nudge expected no-promo date

This commit is contained in:
Kalista Payne
2025-01-29 17:17:28 -06:00
parent fd1eb2d900
commit ad845dff43

View File

@@ -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;
});