Skip to content

Commit f36d67a

Browse files
author
Stanislav Idolov
authored
Fixed code style issues
1 parent 0077903 commit f36d67a

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

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

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

0 commit comments

Comments
 (0)