summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer_impl_test.cpp')
-rw-r--r--src/mongo/db/op_observer_impl_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer_impl_test.cpp b/src/mongo/db/op_observer_impl_test.cpp
index f14e713c06a..32828f77705 100644
--- a/src/mongo/db/op_observer_impl_test.cpp
+++ b/src/mongo/db/op_observer_impl_test.cpp
@@ -75,7 +75,6 @@ public:
repl::ReplicationCoordinator::set(
service,
std::make_unique<repl::ReplicationCoordinatorMock>(service, createReplSettings()));
- repl::setOplogCollectionName(service);
repl::createOplog(opCtx.get());
// Ensure that we are primary.