We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f5d5e commit 1ff6900Copy full SHA for 1ff6900
test/integration/collection-management/view.test.ts
@@ -7,8 +7,9 @@ describe('Views', function () {
7
let db: Db;
8
9
beforeEach(async function () {
10
+ const configuration = this.configuration;
11
client = this.configuration.newClient();
- db = client.db('views');
12
+ db = client.db(configuration.db);
13
});
14
15
afterEach(async function () {
0 commit comments