Skip to content

Commit 8b59ecd

Browse files
remove extraneous change
1 parent fbcfcfb commit 8b59ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/mongo_client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ describe('class MongoClient', function () {
698698
expect(startedEvents).to.have.lengthOf(1);
699699
expect(startedEvents[0]).to.have.property('commandName', 'endSessions');
700700
expect(endEvents).to.have.lengthOf(1);
701-
expect(endEvents[0]).to.containSubset({ reply: { ok: 1 } });
701+
expect(endEvents[0]).to.property('reply', undefined);
702702
});
703703

704704
context('when server selection would return no servers', () => {

0 commit comments

Comments
 (0)