mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Merge pull request #3658 from overleaf/jpa-change-write-path-file-deletion
[ProjectEntityMongoUpdateHandler] track deleted files in own collection GitOrigin-RevId: 7dff10a4737626a2d02b93b346e7e02a9d9a8608
This commit is contained in:
@@ -2006,7 +2006,7 @@ describe('ProjectEntityUpdateHandler', function() {
|
||||
)
|
||||
})
|
||||
|
||||
it('should insert the file into the deletedFiles array', function() {
|
||||
it('should insert the file into the deletedFiles collection', function() {
|
||||
this.ProjectEntityMongoUpdateHandler._insertDeletedFileReference
|
||||
.calledWith(this.project._id, this.entity)
|
||||
.should.equal(true)
|
||||
|
||||
Reference in New Issue
Block a user