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 90014d6 commit 60d7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-configuration.test.js
Expand Up @@ -234,7 +234,7 @@ suite('Configuration API', function() {
})
.next(function(response) {
var domain = new Domain('companies', context);
assert.isTrue(.exists());
assert.isTrue(domain.exists());

response = toParsedResponse(response);
assert.deepEqual(response.pattern,
Expand Down

0 comments on commit 60d7909

Please sign in to comment.