test(berths): CM-2 — drop unused var in price-reconcile test
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,8 @@ describe('listPriceReconciliation', () => {
|
|||||||
it('parses the main price for a berth with a PDF and flags one without', async () => {
|
it('parses the main price for a berth with a PDF and flags one without', async () => {
|
||||||
const port = await makePort();
|
const port = await makePort();
|
||||||
const withPdf = await makeBerth({ portId: port.id, overrides: { mooringNumber: 'A1' } });
|
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({
|
await uploadBerthPdf({
|
||||||
berthId: withPdf.id,
|
berthId: withPdf.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user