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, status,
currentDeductible, currentDeductible,
originalDeductible, originalDeductible,
currentRepairDeductible: store.order.currentDeductible.repair, currentRepairDeductible: currentDeductible,
currentReplaceDeductible: store.order.currentDeductible.replace, currentReplaceDeductible: currentDeductible,
noCoverage: store.isNoComp, noCoverage: store.isNoComp,
isRepair, isRepair,
policyNumber, policyNumber,