8
0
Prechádzať zdrojové kódy

Tests: test description fix.

Szymon Cofalik 9 rokov pred
rodič
commit
e0aa391324

+ 1 - 1
packages/ckeditor5-engine/tests/treemodel/textproxy.js

@@ -81,7 +81,7 @@ describe( 'TextProxy', () => {
 				expect( textFragment.getAttribute( 'foo' ) ).to.equal( 'bar' );
 			} );
 
-			it( 'should return null if text fragment does not have given attribute', () => {
+			it( 'should return undefined if text fragment does not have given attribute', () => {
 				expect( textFragment.getAttribute( 'bar' ) ).to.be.undefined;
 			} );
 		} );