summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp')
-rw-r--r--src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp b/src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp
index 80c1718ff57..0dc09150287 100644
--- a/src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp
+++ b/src/mongo/db/storage/kv/kv_collection_catalog_entry_test.cpp
@@ -83,7 +83,7 @@ public:
WriteUnitOfWork wuow(opCtx.get());
const bool allocateDefaultSpace = true;
ASSERT_OK(dbEntry->createCollection(
- opCtx.get(), _nss.ns(), CollectionOptions(), allocateDefaultSpace));
+ opCtx.get(), _nss, CollectionOptions(), allocateDefaultSpace));
wuow.commit();
}
}