summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp')
-rw-r--r--src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp b/src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp
index 4ffb3fccf1e..6c1c20f156c 100644
--- a/src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp
+++ b/src/mongo/db/pipeline/change_stream_expired_pre_image_remover_test.cpp
@@ -181,7 +181,7 @@ protected:
NamespaceString arbitraryNss =
NamespaceString::createNamespaceString_forTest("test", "coll");
- writeConflictRetry(opCtx, "createCollection", arbitraryNss.ns(), [&] {
+ writeConflictRetry(opCtx, "createCollection", arbitraryNss, [&] {
WriteUnitOfWork wunit(opCtx);
AutoGetCollection collRaii(opCtx, arbitraryNss, MODE_X);
invariant(!collRaii);