Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed May 8, 2024
1 parent ebe592e commit cd64072
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 300 deletions.
5 changes: 2 additions & 3 deletions source/client-side-operations-timeout/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ Tests in this section MUST only run against replica sets and sharded clusters wi
1. `command_started` and `command_failed` events for an `insert` command.
2. `command_started` and `command_failed` events for an `abortTransaction` command.


### 11. Multi-batch bulkWrites

This test MUST only run against server versions 8.0+.
Expand All @@ -621,8 +620,8 @@ This test MUST only run against server versions 8.0+.
}
```

3. Using `internalClient`, perform a `hello` command and record the `maxBsonObjectSize` and `maxMessageSizeBytes`
values in the response.
3. Using `internalClient`, perform a `hello` command and record the `maxBsonObjectSize` and `maxMessageSizeBytes` values
in the response.

4. Create a new MongoClient (referred to as `client`) with `timeoutMS=2000`.

Expand Down
Loading

0 comments on commit cd64072

Please sign in to comment.