summaryrefslogtreecommitdiff
path: root/src/mongo/db/internal_transactions_reap_service_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/internal_transactions_reap_service_test.cpp')
-rw-r--r--src/mongo/db/internal_transactions_reap_service_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/internal_transactions_reap_service_test.cpp b/src/mongo/db/internal_transactions_reap_service_test.cpp
index 58af1192445..0e9d956b627 100644
--- a/src/mongo/db/internal_transactions_reap_service_test.cpp
+++ b/src/mongo/db/internal_transactions_reap_service_test.cpp
@@ -241,6 +241,7 @@ TEST_F(InternalTransactionsReapServiceTest, CanReapMultipleRounds) {
auto lsidToReachThreshold = generateLsids(1);
insertSessionDocuments(lsidToReachThreshold);
reapService()->addEagerlyReapedSessions(getServiceContext(), lsidToReachThreshold);
+ reapService()->addEagerlyReapedSessions(getServiceContext(), lsidToReachThreshold);
reapService()->waitForCurrentDrain_forTest();
assertNoPersistedSessions();
};