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 d90429d commit 7b13e31Copy full SHA for 7b13e31
test/integration/collection-management/collection.test.ts
@@ -132,7 +132,7 @@ describe('Collection', function () {
132
133
it('should correctly read back document with null', async function () {
134
const collection = await db.createCollection('shouldCorrectlyReadBackDocumentWithNull', {});
135
- // Insert a document with a date
+ // Insert a document with null
136
await collection.insertOne({ test: null }, configuration.writeConcernMax());
137
const result = await collection.findOne();
138
expect(result.test).to.not.exist;
0 commit comments