Merge pull request #3754 from overleaf/jpa-project-restore-handle-deleted-docs
[ProjectDeleter] restore project.deletedDocs meta data into docstore GitOrigin-RevId: 570543d2cb9c5c790ac49328382ed88ef6ac3129
This commit is contained in:
@@ -58,6 +58,7 @@ describe('DocstoreManager', function() {
|
||||
this.project_id,
|
||||
this.doc_id,
|
||||
'wombat.tex',
|
||||
new Date(),
|
||||
this.callback
|
||||
)
|
||||
})
|
||||
@@ -86,6 +87,7 @@ describe('DocstoreManager', function() {
|
||||
this.project_id,
|
||||
this.doc_id,
|
||||
'main.tex',
|
||||
new Date(),
|
||||
this.callback
|
||||
)
|
||||
})
|
||||
@@ -115,6 +117,7 @@ describe('DocstoreManager', function() {
|
||||
this.project_id,
|
||||
this.doc_id,
|
||||
'main.tex',
|
||||
new Date(),
|
||||
this.callback
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user