Skip to content

Commit

Permalink
[Tests] ensure the max_listeners test has passing output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 9, 2016
1 parent ea9dcb7 commit 918e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/max_listeners/source.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var test = require('../../');

for (var i = 0; i < 11; i ++) {
test(function (t) { t.end() });
test(function (t) { t.ok(true, 'true is truthy'); t.end() });
}

0 comments on commit 918e217

Please sign in to comment.