Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent bcc9a57 commit 7d68128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gcs-commands.test.js
Expand Up @@ -424,7 +424,7 @@ suite('gcs-configure-text-options', function() {
setup(commonSetup);
teardown(commonTeardown);

test('load synonyms', {
test('load synonyms', function() {
utils
.run('gcs-create-domain',
'--domain-name', 'companies',
Expand Down

0 comments on commit 7d68128

Please sign in to comment.