Navigation Menu

Skip to content

Commit

Permalink
Fix expected result of gcs-configure-default-search-field command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 27, 2012
1 parent ddb7296 commit b6b9c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gcs-commands.test.js
Expand Up @@ -720,7 +720,7 @@ suite('gcs-configure-default-search-field', function() {
message: result.output.stdout },
{ code: 0,
message: 'Setting "name" as the default search ' +
'field of "companies"...' +
'field of "companies"...\n' +
'Done.\n' },
result.output.stderr);
assert.equal(domain.defaultSearchField.name, 'name');
Expand Down

0 comments on commit b6b9c21

Please sign in to comment.