Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent e9bb5b0 commit 51e8223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-commands.test.js
Expand Up @@ -216,7 +216,7 @@ suite('cs-configure-fields', function() {
.next(function(result) {
assert.equal(result.code, 0);
assert.equal(result.output.stdout,
'Updated 1 Index Field:\n';
'Updated 1 Index Field:\n');

context.reopen();
var domain = new Domain('companies', context);
Expand Down

0 comments on commit 51e8223

Please sign in to comment.