mirror of https://github.com/sbt/sbt.git
Fix message in test
This commit is contained in:
parent
ac4ce5f4f5
commit
25788388ff
|
|
@ -92,7 +92,7 @@ object CentralTests extends TestSuite {
|
|||
}
|
||||
|
||||
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 + 1}:\n expected: $e\n got: $r")
|
||||
|
||||
assert(result == expected)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue