You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - If the driver implements the `CMAP`_ specification, verify that a `PoolClearedEvent`_ has been published
134
-
expect(poolClearedEvents).to.have.lengthOf(1);
135
-
// - Execute an insert into the test collection of a ``{test: 1}`` document and verify that it succeeds.
136
-
awaitcollection.insertOne({test: 1});
137
-
// - If the driver does NOT implement the `CMAP`_ specification, use the `serverStatus`_ command to verify `connections.totalCreated`_ has increased by 1.
0 commit comments