Skip to content

Commit 1e144a8

Browse files
authored
GODRIVER-2546 update maxWireVersion test (#1070)
Resyncs to mongodb/specifications commit e761591616849d9b507287811e77f7a359fb9587
1 parent b65b461 commit 1e144a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testdata/client-side-encryption/legacy/maxWireVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runOn": [
33
{
4-
"maxServerVersion": "4.0"
4+
"maxServerVersion": "4.0.99"
55
}
66
],
77
"database_name": "default",

testdata/client-side-encryption/legacy/maxWireVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runOn:
2-
- maxServerVersion: "4.0"
2+
- maxServerVersion: "4.0.99"
33
database_name: &database_name "default"
44
collection_name: &collection_name "default"
55

0 commit comments

Comments
 (0)