Skip to content

Commit

Permalink
Define suite() callback first
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Dec 16, 2021
1 parent 1801bc5 commit 11e2955
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions big_tests/tests/sm_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@
%% Suite configuration
%%--------------------------------------------------------------------

suite() ->
require_rpc_nodes([mim]) ++ escalus:suite().

all() ->
ct_helper:groups_to_all(groups()).

groups() ->
ct_helper:make_groups(?MODULE).


parallel_cases() ->
[server_announces_sm,
server_enables_sm_before_session,
Expand Down Expand Up @@ -122,9 +124,6 @@ parallel_unacknowledged_message_hook_cases() ->
unacknowledged_message_hook_offline,
unacknowledged_message_hook_resume].

suite() ->
require_rpc_nodes([mim]) ++ escalus:suite().

%%--------------------------------------------------------------------
%% Init & teardown
%%--------------------------------------------------------------------
Expand Down

0 comments on commit 11e2955

Please sign in to comment.