mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-16 08:08:17 +00:00
Fix unit tests
This commit is contained in:
parent
ba62206b91
commit
3105c6743e
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ describe "EditorController", ->
|
|||
@err = "errro"
|
||||
@window_id = "kdsjklj290jlk"
|
||||
@newName = "new name here"
|
||||
@ProjectDetailsHandler.renameProject = sinon.stub().callsArgWith(2, @err)
|
||||
@ProjectDetailsHandler.renameProject = sinon.stub().callsArg(2)
|
||||
@EditorRealTimeController.emitToRoom = sinon.stub()
|
||||
|
||||
it "should call the EditorController", (done)->
|
||||
|
|
Loading…
Add table
Reference in a new issue