unit test fix
This commit is contained in:
parent
2a8317ac33
commit
86d32b2273
1 changed files with 1 additions and 5 deletions
|
|
@ -1813,17 +1813,13 @@ describe('cart-dropdown component', () => {
|
|||
isNoComp: false,
|
||||
policyLookupSuccessful: true
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
currentDeductible: 321,
|
||||
policyLookupSuccessful: true,
|
||||
payment: {
|
||||
insuranceCoverage: {
|
||||
coverageStatus: coverageStatuses.VERIFIED
|
||||
}
|
||||
},
|
||||
=======
|
||||
currentDeductible: 321
|
||||
>>>>>>> develop
|
||||
}
|
||||
}
|
||||
};
|
||||
const { wrapper } = getMountedComponent(storeData);
|
||||
|
|
|
|||
Loading…
Reference in a new issue