Przeglądaj źródła

Tests: Fixed test description.

Piotrek Koszuliński 9 lat temu
rodzic
commit
7e6c49da49

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

@@ -247,7 +247,7 @@ describe( 'model test utils', () => {
 			} ).to.throw();
 		} );
 
-		it( 'throws when missing closing tag for text', () => {
+		it( 'throws when missing opening tag for text', () => {
 			expect( () => {
 				setData( document, 'main', '</$text>' );
 			} ).to.throw();