Skip to content

Commit

Permalink
Apply suggestions from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski authored Jun 3, 2024
1 parent a90d791 commit 66fc735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ckeditor5-engine/tests/model/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2034,12 +2034,12 @@ describe( 'Schema', () => {
expect( getData( model, { withoutSelection: true } ) )
.to.equal(
'<div>' +
'<paragraph a="1">' +
'<$text b="1">foo</$text>' +
'<imageBlock b="1"></imageBlock>' +
'</paragraph>' +
'<$text a="1">bar</$text>' +
'<imageBlock a="1"></imageBlock>' +
'<paragraph a="1">' +
'<$text b="1">foo</$text>' +
'<imageBlock b="1"></imageBlock>' +
'</paragraph>' +
'<$text a="1">bar</$text>' +
'<imageBlock a="1"></imageBlock>' +
'</div>'
);
} );
Expand Down

0 comments on commit 66fc735

Please sign in to comment.