mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:15:32 -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", ->
|
describe "getMessages", ->
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
@req.body = @query
|
@req.query = @query
|
||||||
|
|
||||||
it "should ask the chat handler about the request", (done)->
|
it "should ask the chat handler about the request", (done)->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue