summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_test_fixture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/sharding_test_fixture.cpp')
-rw-r--r--src/mongo/s/sharding_test_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/sharding_test_fixture.cpp b/src/mongo/s/sharding_test_fixture.cpp
index c5bc4158f7d..9af49ce4d8e 100644
--- a/src/mongo/s/sharding_test_fixture.cpp
+++ b/src/mongo/s/sharding_test_fixture.cpp
@@ -133,7 +133,7 @@ void ShardingTestFixture::setUp() {
// from there until we get rid of it.
grid.init(std::move(cm),
std::move(shardRegistry),
- stdx::make_unique<ClusterCursorManager>(_service->getClockSource()));
+ stdx::make_unique<ClusterCursorManager>(_service->getPreciseClockSource()));
}
void ShardingTestFixture::tearDown() {