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 911a164 commit 6f54988Copy full SHA for 6f54988
spec/tests/collections.js
@@ -26,7 +26,7 @@ test('get collection info', function (t) {
26
})
27
28
test('read collection', function (t) {
29
- const db = connect(connectionOptions)
+ const db = connect(envOptions)
30
db.collections.read('/db/system/security')
31
.then(function (collection) {
32
t.equal(collection.owner, 'SYSTEM')
0 commit comments