瀏覽代碼

Changed name in document tests.

Szymon Cofalik 10 年之前
父節點
當前提交
a3a8c526e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/tests/document/document.js

+ 1 - 1
packages/ckeditor5-engine/tests/document/document.js

@@ -31,7 +31,7 @@ describe( 'Document', () => {
 	} );
 
 	describe( 'constructor', () => {
-		it( 'should create Document with no data', () => {
+		it( 'should create Document with no data and empty graveyard', () => {
 			expect( document ).to.have.property( 'roots' ).that.is.instanceof( Map );
 			expect( document.roots.size ).to.equal( 1 );
 			expect( document._graveyard ).to.be.instanceof( RootElement );