Skip to content

Commit

Permalink
Clean some details about CSI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Nov 29, 2022
1 parent 68a863f commit fdc3913
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions big_tests/tests/xep_0352_csi_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,9 @@ alice_gets_buffered_messages_after_reconnection_with_sm(Config) ->

{ok, Alice2, _} = escalus_connection:start(AliceSpec),

escalus_connection:send(Alice2, escalus_stanza:presence(<<"available">>)),

then_client_receives_message(Alice2, MsgsToAlice),

ok.
escalus_connection:stop(Alice2),
escalus_connection:stop(Bob).

alice_gets_buffered_messages_after_stream_resumption(Config) ->
ConnSteps = [start_stream,
Expand Down

0 comments on commit fdc3913

Please sign in to comment.