From 2a3ff3c523a75bc1b4d2055c33384629e862cabd Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 15 Jul 2014 18:33:59 +0100 Subject: [PATCH] Fix unit tests --- .../web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee b/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee index 8fa69097c6..6a2df298f5 100644 --- a/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee +++ b/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee @@ -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)->