Skip to content

Commit 1ff6900

Browse files
committed
Revert views
1 parent 29f5d5e commit 1ff6900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/collection-management/view.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ describe('Views', function () {
77
let db: Db;
88

99
beforeEach(async function () {
10+
const configuration = this.configuration;
1011
client = this.configuration.newClient();
11-
db = client.db('views');
12+
db = client.db(configuration.db);
1213
});
1314

1415
afterEach(async function () {

0 commit comments

Comments
 (0)