We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8ca8b commit 124164eCopy full SHA for 124164e
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/estimate-service.test.js
@@ -153,7 +153,7 @@ define([
153
154
it('test subscribe when cart data was changed', function () {
155
mocks['Magento_Customer/js/customer-data'].get('cart')({
156
- data_id: 2
+ dataId: 2
157
});
158
expect(mocks['Magento_Checkout/js/model/cart/totals-processor/default'].estimateTotals).toHaveBeenCalled();
159
0 commit comments