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

Commit

Permalink
Removed unnecessary test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Jun 27, 2018
1 parent 73e6666 commit a549473
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/inlineeditorui.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,6 @@ describe( 'InlineEditorUI', () => {
} );
} );
} );

describe( 'destroy()', () => {
it( 'calls EditorUI#destroy', () => {
const spy = testUtils.sinon.spy( EditorUI.prototype, 'destroy' );

return editor.destroy()
.then( () => {
sinon.assert.calledOnce( spy );
} );
} );
} );
} );

function viewCreator( name ) {
Expand Down

0 comments on commit a549473

Please sign in to comment.