From bc27ceb948d03f54baae4fc0feae9b1dc99df99f Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 5 Mar 2018 11:32:10 +0100 Subject: [PATCH] Adjust code to the changes in engine. --- tests/tickets/100.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tickets/100.js b/tests/tickets/100.js index d87adcc..767bcb2 100644 --- a/tests/tickets/100.js +++ b/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' ) ] } ] );