summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/change_stream_test_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/change_stream_test_helpers.h')
-rw-r--r--src/mongo/db/pipeline/change_stream_test_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/change_stream_test_helpers.h b/src/mongo/db/pipeline/change_stream_test_helpers.h
index b2492dbe5dd..9e472042a25 100644
--- a/src/mongo/db/pipeline/change_stream_test_helpers.h
+++ b/src/mongo/db/pipeline/change_stream_test_helpers.h
@@ -42,7 +42,7 @@
namespace mongo::change_stream_test_helper {
static const Timestamp kDefaultTs(100, 1);
static const repl::OpTime kDefaultOpTime(kDefaultTs, 1);
-static const NamespaceString nss("unittests.change_stream");
+static const NamespaceString nss(boost::none, "unittests.change_stream");
static const BSONObj kDefaultSpec = fromjson("{$changeStream: {}}");
static const BSONObj kShowExpandedEventsSpec =
fromjson("{$changeStream: {showExpandedEvents: true}}");