mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3881 from overleaf/jpa-fix-unit-test
[misc] fix a unit test GitOrigin-RevId: 22bd33a8c7c4311d8f22881a42e387190aa7c6e7
This commit is contained in:
parent
3bdf7afbbf
commit
75dabdd299
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue