summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp')
-rw-r--r--src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp b/src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp
index 9a1b139505a..f3d44242ffb 100644
--- a/src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp
+++ b/src/mongo/db/repl/abstract_oplog_fetcher_test_fixture.cpp
@@ -111,7 +111,7 @@ void AbstractOplogFetcherTest::setUp() {
launchExecutorThread();
lastFetched = {{123, 0}, 1};
- lastFetchedWall = Date_t::min() + Seconds(lastFetched.getSecs());
+ lastFetchedWall = Date_t() + Seconds(lastFetched.getSecs());
}
executor::RemoteCommandRequest AbstractOplogFetcherTest::processNetworkResponse(