summaryrefslogtreecommitdiff
path: root/src/mongo/db/persistent_task_store_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/persistent_task_store_test.cpp')
-rw-r--r--src/mongo/db/persistent_task_store_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/persistent_task_store_test.cpp b/src/mongo/db/persistent_task_store_test.cpp
index 0f711d0bffa..e463b9773d4 100644
--- a/src/mongo/db/persistent_task_store_test.cpp
+++ b/src/mongo/db/persistent_task_store_test.cpp
@@ -37,7 +37,7 @@
namespace mongo {
namespace {
-const NamespaceString kNss{"test.foo"};
+const NamespaceString kNss = NamespaceString::createNamespaceString_forTest("test.foo");
struct TestTask {
std::string key;