Navigation Menu

Skip to content

Commit

Permalink
Update test around new behavior of uint index field option
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 23, 2012
1 parent 41aaeee commit 99b8637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-index-field.test.js
Expand Up @@ -272,7 +272,7 @@ suite('database', function() {
}, 'searchable option cannot be configured for the type uint');
field.facetEnabled = false;
assert.throw(function() {
field.facetEnabled = false;
field.facetEnabled = true;
}, 'facet option cannot be configured for the type uint');
field.resultEnabled = true;
assert.throw(function() {
Expand Down

0 comments on commit 99b8637

Please sign in to comment.