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