mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #15318 from overleaf/csh-issue-11625-mongoug-5-object-persistor
Upgrade mongodb for object-persistor from 3.5.9 to 6.1.0 GitOrigin-RevId: e6b97ae93092a77c46f043979dd9eb5caf234866
This commit is contained in:
committed by
Copybot
parent
01315b9291
commit
6d86e14b05
@@ -552,7 +552,7 @@ describe('GcsPersistorTests', function () {
|
||||
})
|
||||
|
||||
describe('deleteDirectory', function () {
|
||||
const directoryName = `${ObjectId()}/${ObjectId()}`
|
||||
const directoryName = `${new ObjectId()}/${new ObjectId()}`
|
||||
const directoryPrefix = `${directoryName}/`
|
||||
describe('with valid parameters', function () {
|
||||
beforeEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user