Skip to content

Commit c7ecd62

Browse files
committed
Fix
1 parent ee302c0 commit c7ecd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets/stepper.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ QUnit.module('Connector integration', moduleConfig, () => {
321321
assert.roughEqual(sizeBefore, 50, 0.01, 'initial connector size is correct');
322322

323323
items.push({}, {});
324-
325324
this.instance.option('items', items);
325+
326326
const sizeAfter = this.getConnector().option('size');
327327

328328
assert.roughEqual(sizeAfter, 75, 0.01, 'connector size is correct after items mutation');

0 commit comments

Comments
 (0)