summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/rollback_impl_test.cpp')
-rw-r--r--src/mongo/db/repl/rollback_impl_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/rollback_impl_test.cpp b/src/mongo/db/repl/rollback_impl_test.cpp
index c0a1ed1c1ce..d8097698f14 100644
--- a/src/mongo/db/repl/rollback_impl_test.cpp
+++ b/src/mongo/db/repl/rollback_impl_test.cpp
@@ -421,7 +421,7 @@ void _assertDocsInOplog(OperationContext* opCtx, std::vector<int> timestamps) {
TEST_F(RollbackImplTest, TestFixtureSetUpInitializesStorageEngine) {
auto serviceContext = _serviceContextMongoDTest.getServiceContext();
ASSERT_TRUE(serviceContext);
- ASSERT_TRUE(serviceContext->getGlobalStorageEngine());
+ ASSERT_TRUE(serviceContext->getStorageEngine());
}
TEST_F(RollbackImplTest, RollbackReturnsNotSecondaryWhenFailingToTransitionToRollback) {