Explorar o código

Fixed failing test.

Oskar Wróbel %!s(int64=6) %!d(string=hai) anos
pai
achega
2d8e4d11db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-list/tests/todolistediting.js

+ 1 - 1
packages/ckeditor5-list/tests/todolistediting.js

@@ -1029,7 +1029,7 @@ describe( 'TodoListEditing', () => {
 		sinon.assert.calledOnce( command.execute );
 		expect( checkboxElement.checked ).to.equal( true );
 		expect( getModelData( model, { rootName: 'dynamicRoot' } ) ).to.equal(
-			'<listItem listIndent="0" listType="todo" todoListChecked="true">f{}oo</listItem>'
+			'<listItem listIndent="0" listType="todo" todoListChecked="true">f[]oo</listItem>'
 		);
 	} );
 } );