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