Skip to content

Commit

Permalink
cleaning up amoc_config_scenario_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Oct 23, 2023
1 parent 608f28a commit 935ec6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/amoc_config_scenario_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ all() ->
update_settings_invalid_value,
update_settings_undef_param].

groups() ->
[{update_settings, [], []}].

init_per_suite(Config) ->
meck:new(?MOCK_MOD, [non_strict, no_link]),
meck:expect(?MOCK_MOD, update_mfa, ['_', '_'], ok),
Expand Down

0 comments on commit 935ec6c

Please sign in to comment.