Skip to content

Commit

Permalink
fix the optional plan test on 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 19, 2012
1 parent 17d0335 commit af728e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plan_optional.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('no plan async', function (t) {
setTimeout(function() {
t.pass('ok');
t.end();
});
}, 100);
});

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

0 comments on commit af728e8

Please sign in to comment.