浏览代码

Tests: make them great again.

Piotrek Koszuliński 9 年之前
父节点
当前提交
45981d2480
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/tests/command/helpers/getschemavalidranges.js

+ 1 - 1
packages/ckeditor5-core/tests/command/helpers/getschemavalidranges.js

@@ -42,7 +42,7 @@ describe( 'getSchemaValidRanges', () => {
 		expect( getSchemaValidRanges( attribute, ranges, schema ) ).to.deep.equal( ranges );
 	} );
 
-	it( 'should return two ranges when attribute is not allowed in one item', () => {
+	it( 'should return two ranges when attribute is not allowed on one item', () => {
 		schema.allow( { name: 'img', attributes: 'bold', inside: 'p' } );
 		schema.allow( { name: '$text', inside: 'img' } );