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

Commit

Permalink
Merge a9b2a69 into 3eb66fa
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Aug 24, 2018
2 parents 3eb66fa + a9b2a69 commit 0eb1f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/operation/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe( 'transform', () => {
};

it( 'error logging', () => {
const spy = sinon.spy( log, 'error' );
const spy = sinon.stub( log, 'error' );

const nodeA = new Node();
const nodeB = new Node();
Expand Down

0 comments on commit 0eb1f5d

Please sign in to comment.