Skip to content

Commit 124164e

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2287: Code style fixes
1 parent ac8ca8b commit 124164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/estimate-service.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ define([
153153

154154
it('test subscribe when cart data was changed', function () {
155155
mocks['Magento_Customer/js/customer-data'].get('cart')({
156-
data_id: 2
156+
dataId: 2
157157
});
158158
expect(mocks['Magento_Checkout/js/model/cart/totals-processor/default'].estimateTotals).toHaveBeenCalled();
159159
});

0 commit comments

Comments
 (0)