Skip to content

Commit 47cc564

Browse files
committed
Fix linter errors that were self-caused
1 parent cd422b5 commit 47cc564

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Please complete the following before merging:
44

55
- [ ] Update changelog.
66
- [ ] Test changes in at least one language driver.
7-
- [ ] Test these changes against all server versions and topologies (including standalone, replica set, and
8-
sharded clusters).
7+
- [ ] Test these changes against all server versions and topologies (including standalone, replica set, and sharded
8+
clusters).
99

1010
<!-- See also: https://wiki.corp.mongodb.com/pages/viewpage.action?pageId=80806719 -->

source/unified-test-format/unified-test-format.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,10 @@ The structure of this object is as follows:
337337
Note: load balancers were introduced in MongoDB 5.0. Therefore, any sharded cluster behind a load balancer implicitly
338338
uses replica sets for its shards.
339339

340-
- `serverless` (deprecated): Optional string. Whether or not the test should be run on Atlas Serverless instances. Valid values are
341-
"require", "forbid", and "allow". If "require", the test MUST only be run on Atlas Serverless instances. If
342-
"forbid", the test MUST NOT be run on Atlas Serverless instances. If omitted or "allow", this option has no effect.
340+
- `serverless` (deprecated): Optional string. Whether or not the test should be run on Atlas Serverless instances. Valid
341+
values are "require", "forbid", and "allow". If "require", the test MUST only be run on Atlas Serverless instances.
342+
If "forbid", the test MUST NOT be run on Atlas Serverless instances. If omitted or "allow", this option has no
343+
effect.
343344

344345
The test runner MUST be informed whether or not Atlas Serverless is being used in order to determine if this
345346
requirement is met (e.g. through an environment variable or configuration option).
@@ -348,8 +349,8 @@ The structure of this object is as follows:
348349
is in use by issuing commands such as `buildInfo` or `hello`. Furthermore, connections to Atlas Serverless use a
349350
load balancer, so the topology will appear as "load-balanced".
350351

351-
Note: serverless testing is no longer required, and drivers that no longer support serverless testing MAY omit implementation
352-
of this requirement and instantly skip all tests that use `serverless: require`.
352+
Note: serverless testing is no longer required, and drivers that no longer support serverless testing MAY omit
353+
implementation of this requirement and instantly skip all tests that use `serverless: require`.
353354

354355
- `serverParameters`: Optional object of server parameters to check against. To check server parameters, drivers send a
355356
`{ getParameter: 1, <parameter>: 1 }` command to the server using an internal MongoClient. Drivers MAY also choose

0 commit comments

Comments
 (0)