still finding some stray akka refs (#441)
This commit is contained in:
parent
eea42b8741
commit
279d65a7fa
5 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue