Răsfoiți Sursa

Tests: Fixed test description.

Piotrek Koszuliński 9 ani în urmă
părinte
comite
7e6c49da49
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-engine/tests/_utils-tests/model.js

+ 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();