8
0
فهرست منبع

Changed name in document tests.

Szymon Cofalik 10 سال پیش
والد
کامیت
33dcde5df5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-utils/tests/document/document.js

+ 1 - 1
packages/ckeditor5-utils/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 );