Skip to content

Commit fff8743

Browse files
committed
Fix styling issues
1 parent cde4938 commit fff8743

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

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

0 commit comments

Comments
 (0)