Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Aug 14, 2024
1 parent 2385382 commit 1873743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ Additionally, see the `mongodb+srv` test `invalid-uris.yml` in the

* Assert that creating a client with the uri `mongodb+srv//mongodb.localhost` does not cause an error.

* Assert that connecting the client from 2. to the server does not cause an error.
* Assert that connecting the client to the server does not cause an error.

* Test #2: The driver should not throw an error when given a SRV record that only contains the TLD.
* Stub external DNS resolution to always pass (ex: `dns.lookup`).

* Assert that creating a client with the uri `mongodb+srv//localhost` does not cause an error.

* Assert that connecting the client from 2. to the server does not cause an error.
* Assert that connecting the client to the server does not cause an error.

## Motivation

Expand Down

0 comments on commit 1873743

Please sign in to comment.