Skip to content

Commit 133bf0c

Browse files
authored
DRIVERS-1954 Fix hello->helloOk typo + regenerate all json tests (#1306)
1 parent bb1e2ee commit 133bf0c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/crud/tests/unified/distinct-comment.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
"key": "value"
6565
}
6666
},
67-
"expectResult": [ 11, 22, 33 ]
67+
"expectResult": [
68+
11,
69+
22,
70+
33
71+
]
6872
}
6973
],
7074
"expectEvents": [
@@ -105,7 +109,11 @@
105109
"filter": {},
106110
"comment": "comment"
107111
},
108-
"expectResult": [ 11, 22, 33 ]
112+
"expectResult": [
113+
11,
114+
22,
115+
33
116+
]
109117
}
110118
],
111119
"expectEvents": [

source/server-discovery-and-monitoring/tests/rs/set_version_can_rollback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ phases:
7070
responses:
7171
- - a:27017
7272
- ok: 1
73-
hello: true
73+
helloOk: true
7474
isWritablePrimary: true
7575
hosts:
7676
- a:27017

0 commit comments

Comments
 (0)