Skip to content

Commit c727e90

Browse files
authored
Fix styling issues
1 parent f36d67a commit c727e90

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
@@ -107,7 +107,7 @@ define([
107107

108108
it('estimateTotals if data wasn\'t cached and request was successfully sent', function () {
109109
var deferral = new $.Deferred();
110-
110+
111111
spyOn(mocks['Magento_Checkout/js/model/cart/cache'], 'isChanged').and.returnValue(true);
112112
spyOn(mocks['Magento_Customer/js/customer-data'], 'get').and.returnValue(
113113
ko.observable({
@@ -132,7 +132,7 @@ define([
132132

133133
it('estimateTotals if data wasn\'t cached and request returns error', function () {
134134
var deferral = new $.Deferred();
135-
135+
136136
spyOn(mocks['Magento_Checkout/js/model/cart/cache'], 'isChanged').and.returnValue(true);
137137
spyOn(mocks['Magento_Customer/js/customer-data'], 'get').and.returnValue(
138138
ko.observable({

0 commit comments

Comments
 (0)