Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 2f62045

Browse files
committed
fix my dodgy merge conflict
1 parent 75f6d05 commit 2f62045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/reconfigure.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ describe('Reconfigure', function() {
182182
{name: "serviceA", credentials: {}} // invalid service, missing url
183183
]}};
184184
should(function () { reconfigure(config); }).throw("Invalid Cloudant service in vcapServices");
185+
done();
186+
});
185187

186188
it('detects bad urls', function(done) {
187189
var credentials = { url: 'invalid' };

0 commit comments

Comments
 (0)