diff options
Diffstat (limited to 'src/mongo/dbtests/repltests.cpp')
-rw-r--r-- | src/mongo/dbtests/repltests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/repltests.cpp b/src/mongo/dbtests/repltests.cpp index 2314ad40cad..5707b2f667f 100644 --- a/src/mongo/dbtests/repltests.cpp +++ b/src/mongo/dbtests/repltests.cpp @@ -138,7 +138,7 @@ public: setOplogCollectionName(getGlobalServiceContext()); createOplog(&_opCtx); - OldClientWriteContext ctx(&_opCtx, ns()); + dbtests::WriteContextForTests ctx(&_opCtx, ns()); WriteUnitOfWork wuow(&_opCtx); Collection* c = ctx.db()->getCollection(&_opCtx, ns()); |