Skip to content

Commit

Permalink
Update test for gcs-configure-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 13, 2012
1 parent f66f007 commit d4eafd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gcs-commands.test.js
Expand Up @@ -301,13 +301,13 @@ suite('gcs-configure-fields', function() {
}

test('create text field', function(done) {
testCreateField(done, 'name', 'text', 'Search Facet Result');
testCreateField(done, 'name', 'text', 'Search');
});
test('create uint field', function(done) {
testCreateField(done, 'age', 'uint', 'Search Result');
});
test('create literal field', function(done) {
testCreateField(done, 'product', 'literal', 'Search Facet Result');
testCreateField(done, 'product', 'literal', '');
});

function testDeleteField(done, name, type) {
Expand Down

0 comments on commit d4eafd0

Please sign in to comment.