diff options
author | Pierre Fenoll <pierrefenoll@gmail.com> | 2018-02-23 13:08:02 +0100 |
---|---|---|
committer | Pierre Fenoll <pierrefenoll@gmail.com> | 2018-03-02 12:53:22 +0100 |
commit | cfe6dfcca5d6526d835531a81cb5bdc1a21c17b3 (patch) | |
tree | d5bd3f174dfc0905d5fcf6a7aa1c34c13ac987a5 | |
parent | 0d88ff8891d1545721b7b61bc866713a13d0905a (diff) |
sort-as: bar profile specializes dep "b" into a version anterior to what test profile wants
-rw-r--r-- | test/rebar_profiles_SUITE.erl | 2 |
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), |