Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b907da9

Browse files
committed
fix wrap test
1 parent c0eb5be commit b907da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/EditorOptionHandlers-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ define(function (require, exports, module) {
220220

221221
runs(function () {
222222
var editor = EditorManager.getCurrentFullEditor().getInlineWidgets()[0].editor;
223-
checkLineWrapping(editor, {line: 0, ch: 0}, {line: 0, ch: 160}, true);
223+
checkLineWrapping(editor, {line: 0, ch: 0}, {line: 0, ch: 320}, true);
224224
});
225225
});
226226

0 commit comments

Comments
 (0)