Skip to content

Commit 68bb2d8

Browse files
please dont push
1 parent c9eb768 commit 68bb2d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ describe('Collection', function () {
3838
expect(collections[1]).to.be.instanceOf(Collection);
3939
});
4040

41-
it.only('should name check right', async function () {
42-
// Create two collections
43-
await db.createCollection('test.spiderman.');
44-
const collections = await db.collections();
45-
expect(collections[0].collectionName).to.equal('test.spiderman.');
46-
expect(collections[0]).to.be.instanceOf(Collection);
47-
});
48-
4941
it('should correctly retrieve listCollections', function (done) {
5042
db.createCollection('test_collection_names', err => {
5143
expect(err).to.not.exist;

0 commit comments

Comments
 (0)