8
0
Эх сурвалжийг харах

Tests: make them great again.

Piotrek Koszuliński 9 жил өмнө
parent
commit
45981d2480

+ 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' } );