INSR-523: Fix failing test

This commit is contained in:
Alex Humphries 2026-07-15 11:48:49 -04:00
parent 459de70583
commit eea66c47c7

View file

@ -2041,8 +2041,8 @@ describe('Store', () => {
status,
currentDeductible,
originalDeductible,
currentRepairDeductible: store.order.currentDeductible.repair,
currentReplaceDeductible: store.order.currentDeductible.replace,
currentRepairDeductible: currentDeductible,
currentReplaceDeductible: currentDeductible,
noCoverage: store.isNoComp,
isRepair,
policyNumber,