mirror of https://github.com/sbt/sbt.git
Minor fix in tests
This commit is contained in:
parent
08312b9c2e
commit
e74984da5d
|
|
@ -66,7 +66,7 @@ object CentralTests extends TestSuite {
|
||||||
.distinct
|
.distinct
|
||||||
|
|
||||||
for (((e, r), idx) <- expected.zip(result).zipWithIndex if e != r)
|
for (((e, r), idx) <- expected.zip(result).zipWithIndex if e != r)
|
||||||
println(s"Line $idx:\n expected: $e\n got:$r")
|
println(s"Line $idx:\n expected: $e\n got: $r")
|
||||||
|
|
||||||
assert(result == expected)
|
assert(result == expected)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue