Skip to content

Commit 7b13e31

Browse files
committed
test(NODE-7177): fix comment
1 parent d90429d commit 7b13e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe('Collection', function () {
132132

133133
it('should correctly read back document with null', async function () {
134134
const collection = await db.createCollection('shouldCorrectlyReadBackDocumentWithNull', {});
135-
// Insert a document with a date
135+
// Insert a document with null
136136
await collection.insertOne({ test: null }, configuration.writeConcernMax());
137137
const result = await collection.findOne();
138138
expect(result.test).to.not.exist;

0 commit comments

Comments
 (0)