mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #10888 from overleaf/bg-case-sensitive-delete
Make dropbox deletes case-sensitive GitOrigin-RevId: 090112ce82e38f15079053952db4b0a1544e8300
This commit is contained in:
@@ -1632,7 +1632,11 @@ describe('ProjectEntityUpdateHandler', function () {
|
||||
|
||||
it('finds the entity', function () {
|
||||
this.ProjectLocator.findElementByPath
|
||||
.calledWith({ project_id: projectId, path: this.path })
|
||||
.calledWith({
|
||||
project_id: projectId,
|
||||
path: this.path,
|
||||
exactCaseMatch: true,
|
||||
})
|
||||
.should.equal(true)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user