Skip to content

Commit cfe18f9

Browse files
fix: sync showExpandedEvents spec tests (#3288)
1 parent 973d4ad commit cfe18f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/spec/change-streams/unified/change-streams-showExpandedEvents.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@
436436
"arguments": {
437437
"command": {
438438
"collMod": "collection0"
439-
}
439+
},
440+
"commandName": "collMod"
440441
}
441442
},
442443
{
@@ -491,7 +492,8 @@
491492
"key": {
492493
"_id": 1
493494
}
494-
}
495+
},
496+
"commandName": "shardCollection"
495497
}
496498
},
497499
{

test/spec/change-streams/unified/change-streams-showExpandedEvents.yml

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ tests:
259259
arguments:
260260
command:
261261
collMod: *collection0
262+
commandName: collMod
262263
- name: iterateUntilDocumentOrError
263264
object: *changeStream0
264265
expectResult:
@@ -289,6 +290,7 @@ tests:
289290
shardCollection: shardedDb.shardedCollection
290291
key:
291292
_id: 1
293+
commandName: shardCollection
292294
- name: iterateUntilDocumentOrError
293295
object: *changeStream0
294296
expectResult:

0 commit comments

Comments
 (0)