Skip to content

Commit

Permalink
Trick elvis
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 13, 2021
1 parent bfedcac commit d37ab73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/depup_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ just_hex(_) ->
ignore(_) ->
{OriginalConfig, UpdatedConfig} =
run_with("ignore.config", [{replace, true}, {just_deps, true}, {ignore, spillway}]),
[{recon, _}] =
[{rebar3_depup, _}] =
lists:usort(proplists:get_value(deps, UpdatedConfig)
-- proplists:get_value(deps, OriginalConfig)),
ok.
Expand All @@ -143,7 +143,7 @@ ignore(_) ->
ignore_config(_) ->
{OriginalConfig, UpdatedConfig} =
run_with("ignore_config.config", [{replace, true}, {just_deps, true}]),
[{recon, _}] =
[{rebar3_hank, _}] =
lists:usort(proplists:get_value(deps, UpdatedConfig)
-- proplists:get_value(deps, OriginalConfig)),
ok.
Expand Down
2 changes: 1 addition & 1 deletion test/ignore.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps,
[{recon, "0.0.1"},
[{rebar3_depup, "0.0.0"},
{redbug, {pkg, redbug}},
{spillway, {git, "https://github.com/AdRoll/spillway.git", {tag, "v0.0.1"}}}]}.

Expand Down
2 changes: 1 addition & 1 deletion test/ignore_config.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps,
[{recon, "0.0.1"},
[{rebar3_hank, "0.0.1"},
{redbug, {pkg, redbug}},
{spillway, {git, "https://github.com/AdRoll/spillway.git", {tag, "v0.0.1"}}}]}.

Expand Down

0 comments on commit d37ab73

Please sign in to comment.