Third attempt to fix the typo!

This commit is contained in:
Badlop 2018-08-15 12:56:41 +02:00
parent 8cefe58a89
commit 6cd70947be
1 changed files with 1 additions and 1 deletions

View File

@ -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),