diff --git a/packages/twenty-server/src/engine/core-modules/billing/services/billing-subscription.service.spec.ts b/packages/twenty-server/src/engine/core-modules/billing/services/billing-subscription.service.spec.ts index 364bcf327a0..76ac119cd6a 100644 --- a/packages/twenty-server/src/engine/core-modules/billing/services/billing-subscription.service.spec.ts +++ b/packages/twenty-server/src/engine/core-modules/billing/services/billing-subscription.service.spec.ts @@ -2342,6 +2342,7 @@ describe('BillingSubscriptionService', () => { 'scheduleId', expect.objectContaining({ currentPhaseSnapshot: { + end_date: expect.any(Number), items: [ { price: LICENSE_PRICE_ENTERPRISE_MONTH_ID, quantity: 7 }, { price: METER_PRICE_ENTERPRISE_MONTH_TIER_HIGH_ID },