From 500540b7a8d3c205138cf759ecfd68b3284458a0 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Thu, 30 Apr 2026 14:13:06 -0400 Subject: [PATCH] Updated unit tests for final-deductible call. --- src/store/store.spec.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index d6a29e43..157c34ec 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -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,