Cleaner test cleanup

This commit is contained in:
Paweł Chmielowski 2019-04-30 17:35:25 +02:00
parent eac7a77b6a
commit 2562f89005
1 changed files with 1 additions and 1 deletions

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