mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Fix failing unit tests
This commit is contained in:
@@ -122,7 +122,7 @@ describe "HistoryController", ->
|
||||
@res =
|
||||
json: sinon.stub()
|
||||
@next = sinon.stub()
|
||||
@request.yields(null, {}, @data = "mock-data")
|
||||
@request.yields(null, {statusCode: 200}, @data = "mock-data")
|
||||
@HistoryManager.injectUserDetails = sinon.stub().yields(null, @data_with_users = "mock-injected-data")
|
||||
|
||||
describe "for a project with the project history flag", ->
|
||||
|
||||
Reference in New Issue
Block a user