summaryrefslogtreecommitdiff
path: root/test/rebar_profiles_SUITE.erl
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2018-02-23 13:08:02 +0100
committerPierre Fenoll <pierrefenoll@gmail.com>2018-03-02 12:53:22 +0100
commitcfe6dfcca5d6526d835531a81cb5bdc1a21c17b3 (patch)
treed5bd3f174dfc0905d5fcf6a7aa1c34c13ac987a5 /test/rebar_profiles_SUITE.erl
parent0d88ff8891d1545721b7b61bc866713a13d0905a (diff)
sort-as: bar profile specializes dep "b" into a version anterior to what test profile wants
Diffstat (limited to 'test/rebar_profiles_SUITE.erl')
-rw-r--r--test/rebar_profiles_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_profiles_SUITE.erl b/test/rebar_profiles_SUITE.erl
index 6afdc39..ddc3cf1 100644
--- a/test/rebar_profiles_SUITE.erl
+++ b/test/rebar_profiles_SUITE.erl
@@ -211,7 +211,7 @@ implicit_profile_deduplicate_deps(Config) ->
rebar_test_utils:run_and_check(Config, RebarConfig,
["as", "test,bar", "eunit"], {ok, [{app, Name}
,{dep, "a", "1.0.0"}
- ,{dep, "b", "2.0.0"}]}).
+ ,{dep, "b", "1.0.0"}]}).
all_deps_code_paths(Config) ->
AppDir = ?config(apps, Config),