Skip to content

Commit cde4938

Browse files
Stanislav Idolovnavarr
authored andcommitted
Fixed code style issues
1 parent 3a795e7 commit cde4938

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/totals-processor

1 file changed

+2
-0
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/totals-processor/default.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ define([
114114

115115
it('estimateTotals if data wasn\'t cached and request was successfully sent', function () {
116116
var deferral = new $.Deferred();
117+
117118
spyOn(mocks['Magento_Checkout/js/model/cart/cache'], 'isChanged').and.returnValue(true);
118119
spyOn(mocks['Magento_Customer/js/customer-data'], 'get').and.returnValue(
119120
ko.observable({
@@ -138,6 +139,7 @@ define([
138139

139140
it('estimateTotals if data wasn\'t cached and request returns error', function () {
140141
var deferral = new $.Deferred();
142+
141143
spyOn(mocks['Magento_Checkout/js/model/cart/cache'], 'isChanged').and.returnValue(true);
142144
spyOn(mocks['Magento_Customer/js/customer-data'], 'get').and.returnValue(
143145
ko.observable({

0 commit comments

Comments
 (0)