Skip to content

Commit 5e6327d

Browse files
committed
Fix plan count in api test.
There was an incorrect plan count in one of the tests. It's troubling that this did not cause a failure. Issue filed in `tap` project: tapjs/tapjs#198
1 parent 96930e3 commit 5e6327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ test('absolute paths', function (t) {
260260
});
261261

262262
test('search directories recursivly for files', function (t) {
263-
t.plan(1);
263+
t.plan(2);
264264

265265
var api = new Api([path.join(__dirname, 'fixture/subdir')]);
266266

0 commit comments

Comments
 (0)