Skip to content

Commit

Permalink
apply changes to spec tests from specs PR
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 18, 2022
1 parent a065cfb commit a4ab9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "disambiguatedPaths",
"schemaVersion": "1.9",
"schemaVersion": "1.3",
"createEntities": [
{
"client": {
Expand Down Expand Up @@ -29,7 +29,8 @@
"topologies": [
"replicaset",
"sharded-replicaset",
"load-balanced"
"load-balanced",
"sharded"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: "disambiguatedPaths"
schemaVersion: "1.9"
schemaVersion: "1.3"
createEntities:
- client:
id: &client0 client0
Expand All @@ -15,7 +15,7 @@ createEntities:

runOnRequirements:
- minServerVersion: "6.1.0"
topologies: [ replicaset, sharded-replicaset, load-balanced ]
topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]

initialData:
- collectionName: *collection0
Expand Down

0 comments on commit a4ab9ff

Please sign in to comment.