about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-01 01:27:28 +0100
committerJames Booth <boothj5@gmail.com>2016-05-01 01:27:37 +0100
commitc31913f8d582c57dc2d148739e190ddff743cb94 (patch)
tree293bdf240d081c438b105a324a34806925399a40 /tests
parenta2efda19cc6937f2a5997656fde9028a7494caab (diff)
downloadprofani-tty-c31913f8d582c57dc2d148739e190ddff743cb94.tar.gz
Fixed test stubs
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/xmpp/stub_xmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c
index a68186dc..c27c51cd 100644
--- a/tests/unittests/xmpp/stub_xmpp.c
+++ b/tests/unittests/xmpp/stub_xmpp.c
@@ -122,7 +122,7 @@ char * presence_sub_request_find(const char * const search_str)
     return  NULL;
 }
 
-void presence_join_room(char *room, char *nick, char * passwd)
+void presence_join_room(const char *const room, const char *const nick, const char *const passwd)
 {
     check_expected(room);
     check_expected(nick);