Преглед изворни кода

Adjust code to the changes in engine.

Kamil Piechaczek пре 8 година
родитељ
комит
4a194fe953
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-typing/tests/tickets/100.js

+ 1 - 1
packages/ckeditor5-typing/tests/tickets/100.js

@@ -116,7 +116,7 @@ describe( 'Bug ckeditor5-typing#100', () => {
 				type: 'children',
 				node: italic,
 				oldChildren: [ text ],
-				newChildren: [ new ViewElement( 'a', null, text.clone() ), new ViewText( 'x' ) ]
+				newChildren: [ new ViewElement( 'a', null, text._clone() ), new ViewText( 'x' ) ]
 			}
 		] );