Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Align code to the changes in conversion helpers API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Dec 20, 2018
1 parent 3718af9 commit 9aab446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/listediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtest
import { getData as getModelData, parse as parseModel, setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
import { getData as getViewData, parse as parseView } from '@ckeditor/ckeditor5-engine/src/dev-utils/view';

import { insertElement } from '@ckeditor/ckeditor5-engine/src/conversion/downcast-converters';
import { insertElement } from '@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers';
import { getCode } from '@ckeditor/ckeditor5-utils/src/keyboard';

describe( 'ListEditing', () => {
Expand Down

0 comments on commit 9aab446

Please sign in to comment.