Navigation Menu

Skip to content

Commit

Permalink
Fix inverted assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2012
1 parent bbcb4ea commit 37721c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-index-field.test.js
Expand Up @@ -162,7 +162,7 @@ suite('database', function() {

test('exists, for non-existing field', function() {
var field = new IndexField('unknown', domain);
assert.isTrue(field.exists());
assert.isFalse(field.exists());
});

test('type detection (text)', function() {
Expand Down

0 comments on commit 37721c1

Please sign in to comment.