summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_executor_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_executor_test.cpp')
-rw-r--r--src/mongo/db/repl/replication_executor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/replication_executor_test.cpp b/src/mongo/db/repl/replication_executor_test.cpp
index 527d0eb310b..fb6639b788c 100644
--- a/src/mongo/db/repl/replication_executor_test.cpp
+++ b/src/mongo/db/repl/replication_executor_test.cpp
@@ -58,7 +58,7 @@ const int64_t prngSeed = 1;
MONGO_INITIALIZER(ReplExecutorCommonTests)(InitializerContext*) {
mongo::executor::addTestsForExecutor(
"ReplicationExecutorCommon",
- [](std::unique_ptr<executor::NetworkInterface>* net) {
+ [](std::unique_ptr<executor::NetworkInterfaceMock>* net) {
return stdx::make_unique<ReplicationExecutor>(
net->release(), new StorageInterfaceMock(), prngSeed);
});