From eea66c47c71a6a77d7fc39c9399cfc77dc8ae346 Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Wed, 15 Jul 2026 11:48:49 -0400 Subject: [PATCH] INSR-523: Fix failing test --- src/store/store.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index a87a4917..f8467737 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -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,