Fixing unit tests after rename
This commit is contained in:
parent
9eb2892e02
commit
8c2bea9939
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue