Navigation Menu

Skip to content

Commit

Permalink
Update test for Domain#searchableIndexFields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 22, 2012
1 parent 061928e commit 91a96dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-domain.test.js
Expand Up @@ -314,7 +314,7 @@ suite('database', function() {

test('searchableIndexFields', function() {
domain.getIndexField('product').searchEnabled = false;
var fields = domain.resultReturnableIndexFields;
var fields = domain.searchableIndexFields;
fields = fields.map(function(field) {
return {
name: field.name,
Expand Down

0 comments on commit 91a96dd

Please sign in to comment.