Skip to content

Commit 9e58f2f

Browse files
committed
Fixed Static Failure
1 parent e72675d commit 9e58f2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/dynamic-rows/dynamic-rows.test.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ define([
206206
});
207207

208208
it('should process pages before addChild', function () {
209-
var ctx = {}; // Mock context
210-
var index = 5;
211-
var prop = 'someProp';
209+
var ctx = {},
210+
index = 5,
211+
prop = 'someProp';
212+
212213
model.pageSize = 2;
213214
model.relatedData = [
214215
{

0 commit comments

Comments
 (0)