8
0
Prechádzať zdrojové kódy

Merge branch 'master' into t/ckeditor5-image/198

Szymon Kupś 7 rokov pred
rodič
commit
7e6405badf

+ 1 - 1
packages/ckeditor5-engine/tests/model/differ.js

@@ -1324,7 +1324,7 @@ describe( 'Differ', () => {
 
 		// #1392.
 		it( 'remove is correctly transformed by multiple affecting changes', () => {
-			root._appendChildren( new Element( 'paragraph', null, new Text( 'xyz' ) ) );
+			root._appendChild( new Element( 'paragraph', null, new Text( 'xyz' ) ) );
 
 			model.change( () => {
 				rename( root.getChild( 1 ), 'heading' );