Skip to content

Commit

Permalink
Reorder 'groups_to_modules' according to the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Sep 24, 2021
1 parent 9fdc852 commit e4105bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big_tests/tests/domain_removal_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ end_per_group(_Groupname, Config) ->
end,
ok.

group_to_modules(auth_removal) ->
[];
group_to_modules(cache_removal) ->
[{mod_cache_users, []},
{mod_mam_meta, [{backend, rdbms}, {pm, []}]}];
Expand All @@ -84,8 +86,6 @@ group_to_modules(private_removal) ->
[{mod_private, [{backend, rdbms}]}];
group_to_modules(roster_removal) ->
[{mod_roster, [{backend, rdbms}]}];
group_to_modules(auth_removal) ->
[];
group_to_modules(offline_removal) ->
[{mod_offline, [{backend, rdbms}]}].

Expand Down

0 comments on commit e4105bc

Please sign in to comment.