fix linting

This commit is contained in:
Phillip Thelen
2023-02-24 10:47:50 +01:00
parent be18476292
commit 62b171ffa5
2 changed files with 1 additions and 3 deletions

View File

@@ -477,7 +477,6 @@ describe('cron', async () => {
});
it('increments consecutive benefits the month after the third paid period has started', async () => {
console.log(user3.purchased.plan);
clock = sinon.useFakeTimers(moment().utcOffset(0).startOf('month').add(7, 'months')
.add(2, 'days')
.toDate());