File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -254,16 +254,16 @@ and configure a `MongoClient` with default options.
254254
255255Snapshot sessions tests require server of version 5.0 or higher and replica set or a sharded cluster deployment.
256256
257- - ` client. startSession( snapshot = false, snapshotTime = new Timestamp(1)) `
258- - Assert that an error was raised by driver
257+ - Start a session by calling ` startSession ` with ` snapshot = false ` and ` snapshotTime = new Timestamp(1) ` .
258+ - Assert that a client side error was raised.
259259
260260### 22. Retrieving ` snapshotTime ` on a non-snapshot session raises an error
261261
262262Snapshot sessions tests require server of version 5.0 or higher and replica set or a sharded cluster deployment.
263263
264- - ` client. startSession( snapshot = false) `
265- - ` client.snapshotTime `
266- - Assert that an error was raised by driver
264+ - Start a session by calling ` startSession ` on with ` snapshot = false ` .
265+ - Try to access the session's snapshot time.
266+ - Assert that a client side error was raised.
267267
268268## Changelog
269269
You can’t perform that action at this time.
0 commit comments