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 bc645ef commit 57716fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gcs-commands.test.js
Expand Up @@ -774,7 +774,7 @@ suite('gcs-configure-default-search-field', function() {
message: result.output.stdout },
{ code: 0,
message: 'Resetting the default search field of ' +
'"companies"...' +
'"companies"...\n' +
'Done.\n' },
result.output.stderr);
assert.isTrue(domain.defaultSearchField === null,
Expand Down

0 comments on commit 57716fc

Please sign in to comment.