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,