Skip to content

Commit f5312df

Browse files
authored
GODRIVER-2487 No useMultipleMongoses false in findOneAndUpdate errorResponse test. (#1109)
1 parent 423be54 commit f5312df

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

testdata/crud/unified/findOneAndUpdate-errorResponse.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"createEntities": [
55
{
66
"client": {
7-
"id": "client0",
8-
"useMultipleMongoses": false
7+
"id": "client0"
98
}
109
},
1110
{

testdata/crud/unified/findOneAndUpdate-errorResponse.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ schemaVersion: "1.12"
55
createEntities:
66
- client:
77
id: &client0 client0
8-
useMultipleMongoses: false
98
- database:
109
id: &database0 database0
1110
client: *client0

0 commit comments

Comments
 (0)