mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #9647 from overleaf/bg-dropbox-to-overleaf-existing-doc
handle updates to existing doc in dropbox to overleaf metadata GitOrigin-RevId: e82955a4a76e62fb649263a94103fdb7f322de85
This commit is contained in:
@@ -790,12 +790,6 @@ describe('ProjectEntityUpdateHandler', function () {
|
||||
.should.equal(true)
|
||||
})
|
||||
|
||||
it('flushes the doc contents', function () {
|
||||
this.DocumentUpdaterHandler.flushDocToMongo
|
||||
.calledWith(projectId, this.existingDoc._id)
|
||||
.should.equal(true)
|
||||
})
|
||||
|
||||
it('returns the doc', function () {
|
||||
this.callback.calledWith(null, this.existingDoc, false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user