mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix unit tests
This commit is contained in:
parent
81eca79613
commit
2a3ff3c523
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ describe "ChatController", ->
|
|||
|
||||
describe "getMessages", ->
|
||||
beforeEach ->
|
||||
@req.body = @query
|
||||
@req.query = @query
|
||||
|
||||
it "should ask the chat handler about the request", (done)->
|
||||
|
||||
|
|
Loading…
Reference in a new issue