From f55be1481319fa56ebc2ec210c778cbb23460cb7 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 19 Jun 2026 10:53:24 +0200 Subject: [PATCH] =?UTF-8?q?test(berths):=20CM-2=20=E2=80=94=20drop=20unuse?= =?UTF-8?q?d=20var=20in=20price-reconcile=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- tests/integration/berth-price-reconcile.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/berth-price-reconcile.test.ts b/tests/integration/berth-price-reconcile.test.ts index 7dbae468..a0c08ffa 100644 --- a/tests/integration/berth-price-reconcile.test.ts +++ b/tests/integration/berth-price-reconcile.test.ts @@ -37,7 +37,8 @@ describe('listPriceReconciliation', () => { it('parses the main price for a berth with a PDF and flags one without', async () => { const port = await makePort(); const withPdf = await makeBerth({ portId: port.id, overrides: { mooringNumber: 'A1' } }); - const withoutPdf = await makeBerth({ portId: port.id, overrides: { mooringNumber: 'Z9' } }); + // No-PDF berth — created for its 'no_pdf' row; the value isn't referenced. + await makeBerth({ portId: port.id, overrides: { mooringNumber: 'Z9' } }); await uploadBerthPdf({ berthId: withPdf.id,