24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Cleaner test cleanup

This commit is contained in:
Paweł Chmielowski 2019-04-30 17:35:25 +02:00
parent eac7a77b6a
commit 2562f89005

View File

@ -317,11 +317,11 @@ mucsub_master(Config) ->
ct:comment("Retrieving messages from room mam storage"),
recv_messages_from_room(Config, lists:seq(1, 5)),
muc_tests:leave(Config),
ct:comment("Cleaning up"),
put_event(Config, ready),
ready = get_event(Config),
muc_tests:leave(Config),
clean(disconnect(Config)).
mucsub_slave(Config) ->