Navigation Menu

Skip to content

Commit

Permalink
Update tests for new index fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 86ba4d0 commit 372e2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/database-index-field.test.js
Expand Up @@ -122,7 +122,7 @@ suite('database', function() {
facetEnabled: true,
resultEnabled: true,
searchEnabled: true,
state: 'RequiresIndexDocuments'
state: 'Active'
});
});

Expand All @@ -138,7 +138,7 @@ suite('database', function() {
facetEnabled: true,
resultEnabled: true,
searchEnabled: true,
state: 'RequiresIndexDocuments'
state: 'Active'
});
});

Expand Down

0 comments on commit 372e2ec

Please sign in to comment.