INSR-523: Fix failing test
This commit is contained in:
parent
459de70583
commit
eea66c47c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue