浏览代码

Tests: Fixed one of `InputCommand` tests.

Szymon Cofalik 7 年之前
父节点
当前提交
b11de30bad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-typing/tests/inputcommand.js

+ 1 - 1
packages/ckeditor5-typing/tests/inputcommand.js

@@ -147,7 +147,7 @@ describe( 'InputCommand', () => {
 				range: doc.selection.getFirstRange()
 			} );
 
-			expect( getData( model, { selection: true } ) ).to.be.equal( '<h1>Funny c[</h1><p>]ar</p>' );
+			expect( getData( model, { selection: true } ) ).to.be.equal( '<h1>Funny c[]ar</h1>' );
 			expect( buffer.size ).to.be.equal( 6 );
 		} );