mirror of https://github.com/sbt/sbt.git
Cleaning
This commit is contained in:
parent
2d541093ff
commit
c14e6ddb9d
|
|
@ -484,8 +484,6 @@ object ResolverTests extends TestSuite {
|
||||||
filter = Some(_.scope == Scope.Compile)
|
filter = Some(_.scope == Scope.Compile)
|
||||||
).runF).copy(filter = None, projectsCache = Map.empty, errors = Map.empty)
|
).runF).copy(filter = None, projectsCache = Map.empty, errors = Map.empty)
|
||||||
|
|
||||||
println(res.dependencies.map(_.toString).toList.sorted.mkString("\n"))
|
|
||||||
|
|
||||||
val expected = Resolution(
|
val expected = Resolution(
|
||||||
rootDependencies = deps.map(_.withCompileScope),
|
rootDependencies = deps.map(_.withCompileScope),
|
||||||
dependencies = (deps ++ trDeps).map(_.withCompileScope)
|
dependencies = (deps ++ trDeps).map(_.withCompileScope)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue