We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8b970 commit b41e75eCopy full SHA for b41e75e
src/test/scala/scoverage/InvokerConcurrencyTest.scala
@@ -29,7 +29,7 @@ class InvokerConcurrencyTest extends FunSuite with BeforeAndAfter {
29
// Create 1k "invoked" calls on the common thread pool, to stress test
30
// the method
31
val futures: List[Future[Unit]] = testIds.map { i: Int =>
32
- future {
+ Future {
33
Invoker.invoked(i, measurementDir.toString)
34
}
35
}(breakOut)
0 commit comments