Skip to content

Commit

Permalink
DRIVERS-2385: Revert useMultipleMongoses:false in findOneAndUpdate te…
Browse files Browse the repository at this point in the history
…st (#1329)

This was added by mistake in 9fec9df
  • Loading branch information
jmikola committed Oct 27, 2022
1 parent 09f1d51 commit c04f2ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -4,8 +4,7 @@
"createEntities": [
{
"client": {
"id": "client0",
"useMultipleMongoses": false
"id": "client0"
}
},
{
Expand Down
Expand Up @@ -5,7 +5,6 @@ schemaVersion: "1.12"
createEntities:
- client:
id: &client0 client0
useMultipleMongoses: false
- database:
id: &database0 database0
client: *client0
Expand Down

0 comments on commit c04f2ec

Please sign in to comment.