From d07e5d981210a065af78a3670115a71d87e2de37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Tue, 28 Jan 2020 19:43:30 +0100 Subject: [PATCH] Align test code to the latest changes in selection post-fixer. --- tests/imagestyle/imagestylecommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/imagestyle/imagestylecommand.js b/tests/imagestyle/imagestylecommand.js index aa56a059..a42bcb03 100644 --- a/tests/imagestyle/imagestylecommand.js +++ b/tests/imagestyle/imagestylecommand.js @@ -35,7 +35,7 @@ describe( 'ImageStyleCommand', () => { } ); it( 'command value should be false if no image is selected', () => { - setData( model, '[]' ); + setData( model, '

[]

' ); expect( command.value ).to.be.false; } );