Skip to content

Commit af728e8

Browse files
author
James Halliday
committed
fix the optional plan test on 0.6
1 parent 17d0335 commit af728e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plan_optional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test('no plan async', function (t) {
99
setTimeout(function() {
1010
t.pass('ok');
1111
t.end();
12-
});
12+
}, 100);
1313
});
1414

1515
// vim: set softtabstop=4 shiftwidth=4:

0 commit comments

Comments
 (0)