Navigation Menu

Skip to content

Commit

Permalink
Fix test for IndexField#defaultSearchField
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 14, 2012
1 parent 50e7884 commit d476795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-index-field.test.js
Expand Up @@ -300,7 +300,7 @@ suite('database', function() {
assert.equal(domain.defaultSearchField,
domain.getIndexField('product'));

field.defaultSearchField = true;
field.defaultSearchField = false;
field.saveOptionsSync();
assert.isTrue(domain.defaultSearchField === null,
domain.defaultSearchField);
Expand Down

0 comments on commit d476795

Please sign in to comment.