Răsfoiți Sursa

Fix code style in tests.

Maciej Gołaszewski 6 ani în urmă
părinte
comite
58bb962b64
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-typing/tests/texttransformation.js

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

@@ -152,7 +152,7 @@ describe( 'Text transformation feature', () => {
 			simulateTyping( '"' );
 
 			expect( getData( model, { withoutSelection: true } ) )
-			.to.equal( '<paragraph>"Foo <softBreak></softBreak>“Bar”</paragraph>' );
+				.to.equal( '<paragraph>"Foo <softBreak></softBreak>“Bar”</paragraph>' );
 		} );
 
 		function testTransformation( transformFrom, transformTo, textInParagraph = 'A foo' ) {