Skip to content

Commit f26fe11

Browse files
committed
rm test code
1 parent e0d9e09 commit f26fe11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/assorted/server_discovery_and_monitoring.spec.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,10 @@ function assertOutcomeExpectations(topology, events, outcome) {
382382
'logicalSessionTimeoutMinutes',
383383
outcomeValue ?? undefined
384384
);
385-
return;
385+
continue;
386386
}
387387

388388
expect(description).to.include.keys(key);
389389
expect(description).to.have.deep.property(key, outcomeValue);
390390
}
391391
}
392-
const keys = new Set();
393-
process.on('beforeExit', () => console.log(keys));

0 commit comments

Comments
 (0)