Updated unit tests for final-deductible call.

This commit is contained in:
Jeremy-Z 2026-04-30 14:13:06 -04:00
parent 7632e3ad38
commit 500540b7a8

View file

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