Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Mar 9, 2014
1 parent cc68043 commit d4dc2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Expand Up @@ -2,7 +2,7 @@
"bitwise" : true,
"curly" : true,
"eqeqeq" : false,
"forin" : true,
"forin" : false,
"noarg" : true,
"noempty" : false,
"newcap" : false,
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -635,7 +635,7 @@ describe('Chain Commander', function (){
run();
break;
case 1:
expect(err.message).to.be('Missing "checks" in "if"');
expect(err.message).to.be('Missing "check" in "if"');
thrown++;
run();
break;
Expand Down

0 comments on commit d4dc2c7

Please sign in to comment.