Skip to content

Commit bbc05cc

Browse files
committedMay 3, 2016
Fix tests on newer Node verions
1 parent f668360 commit bbc05cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/base.js

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ describe('generators.Base', function () {
319319
this.testGen.on('error', sinon.spy());
320320
this.testGen.run(function (err) {
321321
assert.equal(err, error);
322-
sinon.assert.called(spy);
323322
done();
324323
});
325324
});

0 commit comments

Comments
 (0)
Please sign in to comment.