Skip to content

Commit a8d34be

Browse files
authored
fix formatting of >= (#1866)
1 parent a23e836 commit a8d34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sessions/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This test applies to drivers with session pools.
6262
commands/replies in another idiomatic way, such as monkey-patching or a mock server.
6363
- Send a `ping` command to the server with the generic `runCommand` method.
6464
- Assert that the command passed to the command-started listener includes `$clusterTime` if and only if `maxWireVersion`
65-
> = 6.
65+
\>= 6.
6666
- Record the `$clusterTime`, if any, in the reply passed to the command-succeeded APM listener.
6767
- Send another `ping` command.
6868
- Assert that `$clusterTime` in the command passed to the command-started listener, if any, equals the `$clusterTime` in

0 commit comments

Comments
 (0)