Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/carbons_tests.erl')
-rw-r--r--test/carbons_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/carbons_tests.erl b/test/carbons_tests.erl
index a85cece8c..f703bb2c8 100644
--- a/test/carbons_tests.erl
+++ b/test/carbons_tests.erl
@@ -146,7 +146,7 @@ send_messages(Config) ->
end;
({recv, #message{} = Msg}) ->
ejabberd_router:route(
- JID, MyJID, Msg#message{from = JID, to = MyJID}),
+ Msg#message{from = JID, to = MyJID}),
ct:comment("Receiving message ~s", [xmpp:pp(Msg)]),
#message{} = recv_message(Config)
end, message_iterator(Config)).