fix tests

This commit is contained in:
Phillip Thelen
2023-02-16 09:37:00 +01:00
parent 6ee2e3a379
commit 2d5dcae406
2 changed files with 1 additions and 16 deletions

View File

@@ -215,6 +215,7 @@ describe('cron utility functions', () => {
it('monthly plan, next date in 3 months', () => {
const user = baseUserData(60, 0, 'group_plan_auto');
user.purchased.plan.perkMonthCount = 0;
const planContext = getPlanContext(user, now);