mirror of https://github.com/sbt/sbt.git
Adjust test
This commit is contained in:
parent
0b319a16c5
commit
b49fbea42f
|
|
@ -9,7 +9,7 @@
|
|||
package sbt.internal
|
||||
|
||||
object AggregationSpec extends verify.BasicTestSuite {
|
||||
val timing = Aggregation.timing(Aggregation.defaultFormat, 0, _: Long)
|
||||
val timing = Aggregation.timing(0, _: Long)
|
||||
|
||||
test("timing should format total time properly") {
|
||||
assert(timing(101).startsWith("elapsed time: 0 s"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue