Browse Source

Fixed failing test.

Oskar Wróbel 8 years ago
parent
commit
8ddabdf10e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js

+ 1 - 0
packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js

@@ -34,6 +34,7 @@ describe( 'ModelTestEditor', () => {
 
 			sinon.assert.calledOnce( spy );
 
+			spy.restore();
 			return editor.destroy();
 		} );