diff --git a/packages/server/modules/gatekeeper/tests/unit/checkout.spec.ts b/packages/server/modules/gatekeeper/tests/unit/checkout.spec.ts index 2efe6312a..d08988ea2 100644 --- a/packages/server/modules/gatekeeper/tests/unit/checkout.spec.ts +++ b/packages/server/modules/gatekeeper/tests/unit/checkout.spec.ts @@ -586,7 +586,8 @@ describe('checkout @gatekeeper', () => { } ], status: 'active', - cancelAt: null + cancelAt: null, + currentPeriodEnd: new Date() } let storedWorkspaceSubscriptionData: WorkspaceSubscription | undefined =