Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 24, 2012
1 parent 29b2277 commit 15bc4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-search.test.js
Expand Up @@ -131,7 +131,7 @@ suite('Search API', function() {
'should return field values siecified by return-fields',
'search-companies-00000000000000000000000000.localhost',
function() {
domain.getIndexField('address').setReturnEnabled(false).saveOptionsSync();
domain.getIndexField('address').setResultEnabled(false).saveOptionsSync();
},
function(response) {
var expected = { // FIXME
Expand Down

0 comments on commit 15bc4c2

Please sign in to comment.