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 2, 2012
1 parent c5b10f1 commit 1cda1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database-domain.test.js
Expand Up @@ -308,7 +308,7 @@ suite('database', function() {
var domain = new Domain('companies', context);
assert.isFalse(domain.isSynonymTableAvailableSync());

domain.updateSynonymsSync(
domain.updateSynonymsSync({
synonyms: {
tokio: ['tokyo'],
dekkaido: 'hokkaido'
Expand Down

0 comments on commit 1cda1e7

Please sign in to comment.