Navigation Menu

Skip to content

Commit

Permalink
Update tests for DescribeIndexFields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent 8dd2612 commit 29dd8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-configuration.test.js
Expand Up @@ -641,7 +641,7 @@ suite('Configuration API', function() {
var domains = [];
for (var i in members) {
if (members.hasOwnProperty(i))
domains.push(members[i].FieldName);
domains.push(members[i].IndexFieldName);
}
return domains;
}
Expand Down

0 comments on commit 29dd8f7

Please sign in to comment.