Преглед на файлове

Tests: changed test name.

Szymon Cofalik преди 8 години
родител
ревизия
e9292c3020
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/tests/dev-utils/model.js

+ 1 - 1
packages/ckeditor5-engine/tests/dev-utils/model.js

@@ -114,7 +114,7 @@ describe( 'model test utils', () => {
 			test( '[this is test] text' );
 		} );
 
-		it( 'should insert text with selection inside #2', () => {
+		it( 'should insert text with selection inside #3', () => {
 			test( 'this is [test text]' );
 		} );