From 86d32b2273aa2ce2d9883a53ec18c1965d3a0d8d Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Thu, 18 Apr 2024 11:17:09 -0400 Subject: [PATCH] unit test fix --- src/iss-components/cart-dropdown/cart-dropdown.spec.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/iss-components/cart-dropdown/cart-dropdown.spec.js b/src/iss-components/cart-dropdown/cart-dropdown.spec.js index 50694fcc..ed02ba8a 100644 --- a/src/iss-components/cart-dropdown/cart-dropdown.spec.js +++ b/src/iss-components/cart-dropdown/cart-dropdown.spec.js @@ -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);