Merge pull request #3881 from overleaf/jpa-fix-unit-test

[misc] fix a unit test

GitOrigin-RevId: 22bd33a8c7c4311d8f22881a42e387190aa7c6e7
This commit is contained in:
Jakob Ackermann 2021-04-06 11:44:41 +02:00 committed by Copybot
parent 3bdf7afbbf
commit 75dabdd299

View file

@ -252,7 +252,7 @@ describe('ProjectEditorHandler', function() {
})
it('should not send any duplicate', function() {
should.exist(this.result.deletedDocs)
expect(this.result.deletedDocs).to.exist
this.result.deletedDocs.should.deep.equal([
this.project.deletedDocs[0],
this.deletedDocsFromDocstore[0]