Skip to content

Commit 5c77807

Browse files
committed
PHPLIB-580: Correctly express lack of event assertions in change stream tests
Synced with mongodb/specifications@90d96da
1 parent b3a4c24 commit 5c77807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/SpecTests/change-streams/change-streams-errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"changeStreamPipeline": [],
1515
"changeStreamOptions": {},
1616
"operations": [],
17-
"expectations": [],
17+
"expectations": null,
1818
"result": {
1919
"error": {
2020
"code": 40573

tests/SpecTests/change-streams/change-streams.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
}
8484
],
85-
"expectations": [],
85+
"expectations": null,
8686
"result": {
8787
"success": [
8888
{

0 commit comments

Comments
 (0)