From 6cd70947befff456cff8d6c48ddb6a6c8b3e2871 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 15 Aug 2018 12:56:41 +0200 Subject: [PATCH] Third attempt to fix the typo! --- test/muc_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/muc_tests.erl b/test/muc_tests.erl index 27f705dc4..617ca8dd2 100644 --- a/test/muc_tests.erl +++ b/test/muc_tests.erl @@ -235,7 +235,7 @@ service_subscriptions(Config) -> #iq{type = result, sub_els = [#muc_subscriptions{list = JIDs}]} = send_recv(Config, #iq{type = get, to = MUC, sub_els = [#muc_subscriptions{}]}), - Rooms = lists:sort([J || #muc_subscription{jid = J, events = []} <- Jids]), + Rooms = lists:sort([J || #muc_subscription{jid = J, events = []} <- JIDs]), lists:foreach( fun(Room) -> ok = unsubscribe(Config, Room),