diff options
Diffstat (limited to 'tests/check-empathy-chatroom.c')
-rw-r--r-- | tests/check-empathy-chatroom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check-empathy-chatroom.c b/tests/check-empathy-chatroom.c index fca2f1286..1e426b552 100644 --- a/tests/check-empathy-chatroom.c +++ b/tests/check-empathy-chatroom.c @@ -15,8 +15,7 @@ create_chatroom (void) McAccount *account; EmpathyChatroom *chatroom; - /* FIXME: we should fake the profile */ - profile = mc_profile_lookup ("jabber"); + profile = mc_profile_lookup ("test"); account = mc_account_create (profile); chatroom = empathy_chatroom_new (account); fail_if (chatroom == NULL); |