Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 9, 2015
1 parent 8c01715 commit 6e4d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ui/filters/ansiToHtmlTest.js
Expand Up @@ -20,7 +20,7 @@ module.exports = {
},

"Should convert colours": function( test ) {
this._ansiToHtml("[32minfo[39").should.equal("<span style=\"color:#0A0\">info</span>");
this._ansiToHtml("[32minfo[39m").should.equal("<span style=\"color:#209805;\">info</span>");

test.done();
}
Expand Down

0 comments on commit 6e4d5ed

Please sign in to comment.