Skip to content

Commit

Permalink
removing unneeded update_settings group declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Aug 2, 2023
1 parent 9320d18 commit 834b5f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/amoc_config_scenario_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ all() ->
invalid_module_attributes,
invalid_settings,
invalid_value,
{group, update_settings}].
update_settings,
update_just_one_parameter,
update_parameters_with_the_same_values,
update_settings_readonly,
update_settings_invalid_value,
update_settings_undef_param].

groups() ->
[{update_settings, [], [update_settings,
update_just_one_parameter,
update_parameters_with_the_same_values,
update_settings_readonly,
update_settings_invalid_value,
update_settings_undef_param]}].
[{update_settings, [], []}].

init_per_suite(Config) ->
meck:new(?MOCK_MOD, [non_strict, no_link]),
Expand Down

0 comments on commit 834b5f9

Please sign in to comment.