still finding some stray akka refs (#441)

This commit is contained in:
PJ Fanning 2023-06-21 12:52:59 +01:00 committed by GitHub
parent eea42b8741
commit 279d65a7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -45,7 +45,7 @@ object FlowSpec {
}
@nowarn // tests type assignments compile
class FlowSpec extends StreamSpec(ConfigFactory.parseString("pekko.actor.debug.receive=off\nakka.loglevel=INFO")) {
class FlowSpec extends StreamSpec(ConfigFactory.parseString("pekko.actor.debug.receive=off\npekko.loglevel=INFO")) {
import FlowSpec._
val settings = ActorMaterializerSettings(system).withInputBuffer(initialSize = 2, maxSize = 2)