8
0
Kamil Piechaczek 7 лет назад
Родитель
Сommit
f7bd2302ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-enter/tests/shiftenter-integration.js

+ 1 - 1
packages/ckeditor5-enter/tests/shiftenter-integration.js

@@ -38,7 +38,7 @@ describe( 'ShiftEnter integration', () => {
 	it( 'loads correct data', () => {
 		const options = { withoutSelection: true };
 
-		expect( getModelData( model, options) ).to.equal( '<paragraph>First line.<break></break>Second line.</paragraph>' );
+		expect( getModelData( model, options ) ).to.equal( '<paragraph>First line.<break></break>Second line.</paragraph>' );
 		expect( getViewData( editor.editing.view, options ) ).to.equal( '<p>First line.<br></br>Second line.</p>' );
 	} );
 } );