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 #20 from ckeditor/t/19
Browse files Browse the repository at this point in the history
Other: Align code to the changes in image upload command API. Closes #19.
  • Loading branch information
Reinmar committed Sep 28, 2018
2 parents 6d2af0c + c5210bd commit 30c79a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/easyimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe( 'EasyImage', () => {
}
} );

editor.execute( 'imageUpload', { file: createNativeFileMock() } );
editor.execute( 'imageUpload', { files: createNativeFileMock() } );

setTimeout( () => {
upload._uploadGateway.resolveLastUpload();
Expand Down

0 comments on commit 30c79a4

Please sign in to comment.