fix broken unit test

This commit is contained in:
Brian Gough 2017-09-11 09:44:05 +01:00
parent 07c46e8248
commit 2047bd5516

View file

@ -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", ->