summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/mr_test.cpp')
-rw-r--r--src/mongo/db/commands/mr_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr_test.cpp b/src/mongo/db/commands/mr_test.cpp
index 5a97f63a3bf..855f2c3bbfb 100644
--- a/src/mongo/db/commands/mr_test.cpp
+++ b/src/mongo/db/commands/mr_test.cpp
@@ -548,7 +548,7 @@ TEST_F(MapReduceCommandTest, ReplacingExistingOutputCollectionPreservesIndexes)
AutoGetCollection coll(_opCtx.get(), outputNss, MODE_X);
ASSERT(coll);
writeConflictRetry(
- _opCtx.get(), "ReplacingExistingOutputCollectionPreservesIndexes", outputNss.ns(), [&] {
+ _opCtx.get(), "ReplacingExistingOutputCollectionPreservesIndexes", outputNss, [&] {
WriteUnitOfWork wuow(_opCtx.get());
ASSERT_OK(
coll.getWritableCollection(_opCtx.get())