Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Waz committed Oct 25, 2022
1 parent 5c642f6 commit 60a72f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/acc_e2e_SUITE_data/acc_test_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ drop_if_jid_not_mine(X) ->

recreate_table() ->
try ets:delete(test_message_index) catch _:_ -> ok end,
ets:new(test_message_index, [named_table, public, {heir, whereis(ejabberd_c2s_sup), none}]).
ets:new(test_message_index, [named_table, public, {heir, whereis(mongoose_c2s_sup), none}]).

check_acc(#{ stanza := #{ type := <<"chat">> } } = Acc) ->
Ref = mongoose_acc:ref(Acc),
Expand Down

0 comments on commit 60a72f2

Please sign in to comment.