Skip to content

Commit

Permalink
fix: sync showExpandedEvents spec tests (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 14, 2022
1 parent 973d4ad commit cfe18f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -436,7 +436,8 @@
"arguments": {
"command": {
"collMod": "collection0"
}
},
"commandName": "collMod"
}
},
{
Expand Down Expand Up @@ -491,7 +492,8 @@
"key": {
"_id": 1
}
}
},
"commandName": "shardCollection"
}
},
{
Expand Down
Expand Up @@ -259,6 +259,7 @@ tests:
arguments:
command:
collMod: *collection0
commandName: collMod
- name: iterateUntilDocumentOrError
object: *changeStream0
expectResult:
Expand Down Expand Up @@ -289,6 +290,7 @@ tests:
shardCollection: shardedDb.shardedCollection
key:
_id: 1
commandName: shardCollection
- name: iterateUntilDocumentOrError
object: *changeStream0
expectResult:
Expand Down

0 comments on commit cfe18f9

Please sign in to comment.