mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Fix incorrectly scoped variable
This commit is contained in:
@@ -296,7 +296,7 @@ describe 'ProjectLocator', ->
|
||||
|
||||
it "should not crash with a null", (done)->
|
||||
path = "/other.tex"
|
||||
@locator.findElementByPath {project_id: @project._id, path}, (err, element)->
|
||||
@locator.findElementByPath {project_id: project._id, path}, (err, element)->
|
||||
expect(err).to.exist
|
||||
done()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user