unit test fix

This commit is contained in:
Katie Kroell 2024-04-18 11:17:09 -04:00
parent 2a8317ac33
commit 86d32b2273

View file

@ -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);