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 27cb12d commit 8ccbcc3Copy full SHA for 8ccbcc3
src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala
@@ -14,7 +14,7 @@ import org.scalatest.matchers.should.Matchers
14
15
import scala.concurrent.duration._
16
17
-class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfter {
+class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfter {
18
implicit val testScheduler = Scheduler.fixedPool("test", 16)
19
20
"FastSync" should "should sync blockchain without state nodes" in customTestCaseResourceM(
0 commit comments