Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #341 from ckeditor/i/6154
Browse files Browse the repository at this point in the history
Tests: Align test code to the latest changes in selection post-fixer. See ckeditor/ckeditor5#6154.
  • Loading branch information
jodator authored Feb 3, 2020
2 parents 5a700a2 + d07e5d9 commit fd3d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/imagestyle/imagestylecommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe( 'ImageStyleCommand', () => {
} );

it( 'command value should be false if no image is selected', () => {
setData( model, '[]<image></image>' );
setData( model, '<p>[]</p><image></image>' );

expect( command.value ).to.be.false;
} );
Expand Down

0 comments on commit fd3d152

Please sign in to comment.