Navigation Menu

Skip to content

Commit

Permalink
Fix expected value for literal field
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 65b07ca commit fe93722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-commands.test.js
Expand Up @@ -237,7 +237,7 @@ suite('cs-configure-fields', function() {
var domain = new Domain('companies', context);
var field = domain.getIndexField('product');
assert.deepEqual({ type: field.type, exists: field.exists() },
{ type: 'uint', exists: true });
{ type: 'literal', exists: true });

done();
})
Expand Down

0 comments on commit fe93722

Please sign in to comment.