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 e1e8055 commit f16aca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-commands.test.js
Expand Up @@ -97,7 +97,7 @@ suite('cs-describe-domain', function() {
return [
'Domain Name ' + domain.name,
'Document Service Endpoint ' + domain.getDocumentsEndpoint(hostname),
'Search Endpoint ' + domain.getSearchEndpoint(hostname));
'Search Endpoint ' + domain.getSearchEndpoint(hostname),
'Searchable Documents ' + domain.searchableDocumentsCount,
'Index Fields ' + domain.name,
'SearchPartitionCount ' + domain.searchPartitionCount,
Expand Down

0 comments on commit f16aca0

Please sign in to comment.