Skip to content

Commit

Permalink
remove extra call to done() in test/unit/runnable.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent f1bc24f commit fc418f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/runnable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ describe('Runnable(title, fn)', function () {
done(new Error('failed to throw'));
} catch (e) {
assert(e.message === 'fail');
done();
}
done();
});
Expand Down

0 comments on commit fc418f8

Please sign in to comment.