Skip to content

Commit 0c3bc18

Browse files
authored
PHPLIB-936: Update schemaVersion in load balancer spec tests (#956)
Synced with mongodb/specifications@008d2f5
1 parent cb9331f commit 0c3bc18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/UnifiedSpecTests/load-balancers/cursors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "cursors are correctly pinned to connections for load-balanced clusters",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"topologies": [

tests/UnifiedSpecTests/load-balancers/sdam-error-handling.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "state change errors are correctly handled",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"topologies": [

tests/UnifiedSpecTests/load-balancers/transactions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "transactions are correctly pinned to connections for load-balanced clusters",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"topologies": [

0 commit comments

Comments
 (0)