summaryrefslogtreecommitdiff
path: root/src/mongo/s/stale_shard_version_helpers_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/stale_shard_version_helpers_test.cpp')
-rw-r--r--src/mongo/s/stale_shard_version_helpers_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/stale_shard_version_helpers_test.cpp b/src/mongo/s/stale_shard_version_helpers_test.cpp
index 20e44b5249a..8bd43224eda 100644
--- a/src/mongo/s/stale_shard_version_helpers_test.cpp
+++ b/src/mongo/s/stale_shard_version_helpers_test.cpp
@@ -41,7 +41,7 @@ namespace {
class AsyncShardVersionRetry : public ShardingTestFixture {
public:
NamespaceString nss() const {
- return NamespaceString("test", "foo");
+ return NamespaceString::createNamespaceString_forTest("test", "foo");
}
StringData desc() const {