Skip to content

Commit

Permalink
Fix event name in mam_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Nov 15, 2024
1 parent 807728a commit 14b13b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/mam_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@ muc_prefs_set_request_not_an_owner(ConfigIn) ->
[<<"montague@montague.net">>],
mam_ns_binary()), Room)),
escalus:assert(is_error, [<<"cancel">>, <<"not-allowed">>], escalus:wait_for_stanza(Bob)),
assert_no_event_with_jid(mod_mam_muc_get_prefs, RoomAddr)
assert_no_event_with_jid(mod_mam_muc_set_prefs, RoomAddr)
end,
RoomOpts = [{persistent, true}],
UserSpecs = [{alice, 1}, {bob, 1}],
Expand Down

0 comments on commit 14b13b2

Please sign in to comment.