Skip to content

Commit

Permalink
Add # to comply with TODO directive spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
aychtang committed Mar 16, 2014
1 parent 8817652 commit ff8bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Test.prototype.end = function (err) {
Test.prototype._end = function (err) {
var self = this;

if (!this._cb) this.fail('TODO ' + this.name);
if (!this._cb) this.fail('# TODO ' + this.name);

if (this._progeny.length) {
var t = this._progeny.shift();
Expand Down

0 comments on commit ff8bb0a

Please sign in to comment.