From 2fdd15e1d933e2a3d90787618d2910a0d5607410 Mon Sep 17 00:00:00 2001 From: Antoine Moreaux Date: Fri, 24 Oct 2025 16:39:50 +0200 Subject: [PATCH] =?UTF-8?q?test(billing):=20add=20assertion=20for=20`end?= =?UTF-8?q?=5Fdate`=20in=20billing=20subscription=20s=E2=80=A6=20(#15341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ervice test --- .../billing/services/billing-subscription.service.spec.ts | 1 + 1 file changed, 1 insertion(+) 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 },