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

Commit

Permalink
Simplified test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Nov 2, 2017
1 parent 0ae8d59 commit 744d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cloudservicesuploadadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe( 'CloudServicesUploadAdapter', () => {
plugins: [ CloudServicesUploadAdapter ]
} )
.then( editor => {
expect( UploadGatewayMock.lastToken ).to.be.an( 'undefined' );
expect( UploadGatewayMock.lastToken ).to.be.undefined;

return editor.destroy();
} );
Expand Down

0 comments on commit 744d6e4

Please sign in to comment.