Преглед на файлове

One more rename treeView to Document.

Piotr Jasiun преди 9 години
родител
ревизия
6e0ab7c478
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/tests/treeview/node.js

+ 1 - 1
packages/ckeditor5-engine/tests/treeview/node.js

@@ -129,7 +129,7 @@ describe( 'Node', () => {
 	} );
 
 	describe( 'getDocument', () => {
-		it( 'should return null if any parent has not set treeview', () => {
+		it( 'should return null if any parent has not set Document', () => {
 			expect( charA.getDocument() ).to.be.null;
 		} );