Skip to content

Commit

Permalink
remove extraneous change
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Sep 13, 2024
1 parent fbcfcfb commit 8b59ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/node-specific/mongo_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ describe('class MongoClient', function () {
expect(startedEvents).to.have.lengthOf(1);
expect(startedEvents[0]).to.have.property('commandName', 'endSessions');
expect(endEvents).to.have.lengthOf(1);
expect(endEvents[0]).to.containSubset({ reply: { ok: 1 } });
expect(endEvents[0]).to.property('reply', undefined);
});

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

0 comments on commit 8b59ecd

Please sign in to comment.