Skip to content

Commit 14b13b2

Browse files
committed
Fix event name in mam_SUITE
1 parent 807728a commit 14b13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big_tests/tests/mam_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@ muc_prefs_set_request_not_an_owner(ConfigIn) ->
36663666
[<<"montague@montague.net">>],
36673667
mam_ns_binary()), Room)),
36683668
escalus:assert(is_error, [<<"cancel">>, <<"not-allowed">>], escalus:wait_for_stanza(Bob)),
3669-
assert_no_event_with_jid(mod_mam_muc_get_prefs, RoomAddr)
3669+
assert_no_event_with_jid(mod_mam_muc_set_prefs, RoomAddr)
36703670
end,
36713671
RoomOpts = [{persistent, true}],
36723672
UserSpecs = [{alice, 1}, {bob, 1}],

0 commit comments

Comments
 (0)