Przeglądaj źródła

Error logs should not be visible anymore.

Kamil Piechaczek 7 lat temu
rodzic
commit
f3de1512a7

+ 1 - 1
packages/ckeditor5-engine/tests/model/operation/transform.js

@@ -59,7 +59,7 @@ describe( 'transform', () => {
 	};
 	};
 
 
 	it( 'error logging', () => {
 	it( 'error logging', () => {
-		const spy = sinon.spy( log, 'error' );
+		const spy = sinon.stub( log, 'error' );
 
 
 		const nodeA = new Node();
 		const nodeA = new Node();
 		const nodeB = new Node();
 		const nodeB = new Node();