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, isNoComp: false,
policyLookupSuccessful: true policyLookupSuccessful: true
}, },
<<<<<<< HEAD
currentDeductible: 321, currentDeductible: 321,
policyLookupSuccessful: true, policyLookupSuccessful: true,
payment: { payment: {
insuranceCoverage: { insuranceCoverage: {
coverageStatus: coverageStatuses.VERIFIED coverageStatus: coverageStatuses.VERIFIED
} }
}, }
=======
currentDeductible: 321
>>>>>>> develop
} }
}; };
const { wrapper } = getMountedComponent(storeData); const { wrapper } = getMountedComponent(storeData);