Navigation Menu

Skip to content

Commit

Permalink
Fix expected messge for error case
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 0d6e662 commit 484abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-commands.test.js
Expand Up @@ -331,7 +331,7 @@ suite('cs-configure-fields', function() {
assert.deepEqual({ code: result.code,
message: result.output.stdout },
{ code: 1,
message: 'You must specify an existing domain name.\n' });
message: 'You must specify the domain name.\n' });
done();
})
.error(function(e) {
Expand Down

0 comments on commit 484abb2

Please sign in to comment.