We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d061b31 commit 8b18fc4Copy full SHA for 8b18fc4
src/libmongoc/tests/test-mongoc-sample-commands.c
@@ -2607,17 +2607,15 @@ test_example_change_stream (mongoc_database_t *db)
2607
"{",
2608
"$match",
2609
2610
- "$or",
2611
- "[",
2612
- "{",
2613
"fullDocument.username",
2614
BCON_UTF8 ("alice"),
2615
"}",
2616
2617
- "operationType",
2618
- BCON_UTF8 ("delete"),
2619
2620
- "]",
+ "{",
+ "$addFields",
+ "newField",
+ BCON_UTF8 ("this is an added field!"),
2621
2622
2623
"]");
0 commit comments