Navigation Menu

Skip to content

Commit

Permalink
Fix expected summary for uint field
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 757b207 commit 0f40462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-index-field.test.js
Expand Up @@ -164,7 +164,7 @@ suite('database', function() {
uint: uintField.summary,
literal: literalField.summary },
{ text: 'name Active text (Search)',
uint: 'age Active uint (Facet Result)',
uint: 'age Active uint (Search Result)',
literal: 'product Active literal ()' });
});

Expand Down

0 comments on commit 0f40462

Please sign in to comment.