aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_depsolver_tests.erl
diff options
context:
space:
mode:
authorIvan Glushkov <[email protected]>2019-05-20 11:21:34 +0400
committerIvan Glushkov <[email protected]>2019-05-20 11:24:39 +0400
commit5e9de936e28f18bf5ba3e392fcc54502505b01a8 (patch)
treeff18ea3f61da54f2faec2b3cd63cae8f1bceb1f1 /test/rlx_depsolver_tests.erl
parentf87424e21fa04356a5c4dfbf5eb458b75583be7c (diff)
downloadrelx-5e9de936e28f18bf5ba3e392fcc54502505b01a8.tar.gz
relx-5e9de936e28f18bf5ba3e392fcc54502505b01a8.tar.bz2
relx-5e9de936e28f18bf5ba3e392fcc54502505b01a8.zip
Revert dependencies order in unit tests
The PR https://github.com/erlware/relx/pull/655 changed the behaviour, while the tests were not fixed. This commit fixes the unit tests.
Diffstat (limited to 'test/rlx_depsolver_tests.erl')
-rw-r--r--test/rlx_depsolver_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rlx_depsolver_tests.erl b/test/rlx_depsolver_tests.erl
index 206bad4..b1c8228 100644
--- a/test/rlx_depsolver_tests.erl
+++ b/test/rlx_depsolver_tests.erl
@@ -1,5 +1,5 @@
%% -*- erlang-indent-level: 4; indent-tabs-mode: nil; fill-column: 80 -*-
-%% ex: ts=4 sx=4 et
+%% ex: ts=4 sw=4 et
%%
%%-------------------------------------------------------------------
%% Copyright 2012 Opscode, Inc. All Rights Reserved.