Skip to content

Commit 5038cec

Browse files
committed
Improve test coverage
1 parent 9c1a15d commit 5038cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/test/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Database Tests', function() {
7777
});
7878

7979
it('Can read ns query param', function() {
80-
var db = defaultApp.database('http://localhost:80/?ns=foo');
80+
var db = defaultApp.database('http://localhost:80/?ns=foo&unused=true');
8181
expect(db).to.be.ok;
8282
expect(db.repo_.repoInfo_.namespace).to.equal('foo');
8383
expect(db.ref().toString()).to.equal('http://localhost:80/');

0 commit comments

Comments
 (0)