Skip to content

Commit 918e217

Browse files
committed
[Tests] ensure the max_listeners test has passing output.
1 parent ea9dcb7 commit 918e217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/max_listeners/source.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var test = require('../../');
22

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

0 commit comments

Comments
 (0)