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 23, 2012
1 parent a01a9ff commit ee30948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/database-domain.test.js
Expand Up @@ -223,6 +223,7 @@ suite('database', function() {
test('localhost, with port', function() {
assert.equal(domain.getDocumentsEndpoint('localhost:4567'),
'doc-valid-' + Domain.DEFAULT_ID + '.127.0.0.1.xip.io:4567');
});

test('localhost, without port', function() {
assert.equal(domain.getDocumentsEndpoint('localhost'),
Expand Down

0 comments on commit ee30948

Please sign in to comment.