Skip to content

Commit 04c2fc6

Browse files
committed
update tests
1 parent d3ca485 commit 04c2fc6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

spec/change-streams/unified/change-streams-commitTimestamp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"databaseName": "database0"
2525
}
2626
},
27+
{
28+
"collection": {
29+
"id": "collection0",
30+
"database": "database0",
31+
"collectionName": "collection0"
32+
}
33+
},
2734
{
2835
"session": {
2936
"id": "session0",

spec/change-streams/unified/change-streams-commitTimestamp.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ createEntities:
1212
id: &database0 database0
1313
client: *client0
1414
databaseName: *database0
15+
- collection:
16+
id: &collection0 collection0
17+
database: *database0
18+
collectionName: *collection0
1519
- session:
1620
id: &session0 session0
1721
client: *client0
@@ -22,7 +26,7 @@ tests:
2226
- name: dropCollection
2327
object: *database0
2428
arguments:
25-
collection: &collection0 collection0
29+
collection: *collection0
2630
- name: createCollection
2731
object: *database0
2832
arguments:
@@ -33,7 +37,6 @@ tests:
3337
pipeline: []
3438
showExpandedEvents: true
3539
saveResultAsEntity: &changeStream0 changeStream0
36-
3740
- name: startTransaction
3841
object: *session0
3942
- name: insertOne

0 commit comments

Comments
 (0)