diff --git a/tests/inlineeditorui.js b/tests/inlineeditorui.js index f7927c3..0d25919 100644 --- a/tests/inlineeditorui.js +++ b/tests/inlineeditorui.js @@ -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 ) {