diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 88330c6a..1ac4e2d1 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -159,7 +159,7 @@ describe("Store", () => { const noCompensation = getRandomBoolean(); const deductible = getRandomInt(1,500); const vehicle = { - noCompensation: noCompensation, + noCoverage: noCompensation, deductible: deductible, repairWaived: true }; @@ -184,7 +184,7 @@ describe("Store", () => { const noCompensation = getRandomBoolean(); const deductible = getRandomInt(1,500); const vehicle = { - noCompensation: noCompensation, + noCoverage: noCompensation, deductible: deductible, repairWaived: false };