mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix broken unit test
This commit is contained in:
parent
07c46e8248
commit
2047bd5516
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ describe "ProjectManager - getProjectDocs", ->
|
|||
|
||||
it "should record the error", ->
|
||||
@logger.error
|
||||
.calledWith(err: @error, project_id: @project_id, doc_id: "doc-id-2", "error getting project doc lines")
|
||||
.calledWith(err: @error, project_id: @project_id, doc_id: "doc-id-2", "error getting project doc lines in getProjectDocs")
|
||||
.should.equal true
|
||||
|
||||
it "should call the callback with an error", ->
|
||||
|
|
Loading…
Reference in a new issue