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 f08d938 commit 8c003b9Copy full SHA for 8c003b9
src/libmongoc/tests/test-mongoc-sample-commands.c
@@ -2554,7 +2554,7 @@ test_example_change_stream (mongoc_database_t *db)
2554
bson_t opts = BSON_INITIALIZER;
2555
mongoc_change_stream_t *stream;
2556
const bson_t *change;
2557
- const bson_t *resume_token = bson_new ();
+ const bson_t *resume_token;
2558
bson_error_t error;
2559
2560
collection = mongoc_database_get_collection (db, "inventory");
0 commit comments