We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecb104 commit 65c5d5fCopy full SHA for 65c5d5f
test/tools/unified-spec-runner/runner.ts
@@ -198,11 +198,6 @@ export async function runUnifiedTest(
198
const actualEvents =
199
eventType === 'cmap' ? clientCmapEvents.get(clientId) : clientCommandEvents.get(clientId);
200
201
- // TODO: NODE-2149: Making connect optional should get rid of the initial ping in
202
- // the driver so this block can then be removed.
203
- if (eventType === 'cmap' && testPing) {
204
- expectedEventList.events.push({ connectionCheckOutStartedEvent: {} });
205
- }
206
expect(actualEvents, `No client entity found with id ${clientId}`).to.exist;
207
matchesEvents(expectedEventList.events, actualEvents, entities);
208
}
0 commit comments