Skip to content

Commit

Permalink
Fix tests on newer Node verions
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed May 3, 2016
1 parent f668360 commit bbc05cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ describe('generators.Base', function () {
this.testGen.on('error', sinon.spy());
this.testGen.run(function (err) {
assert.equal(err, error);
sinon.assert.called(spy);
done();
});
});
Expand Down

0 comments on commit bbc05cc

Please sign in to comment.