8
0
Szymon Cofalik 8 лет назад
Родитель
Сommit
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]' );
 		} );