Merge pull request #16193 from drewhk/wip-16109-new-graph-lib-drewhk
=str #16109: Replace ScalaGraph with custom graph impl
This commit is contained in:
commit
a5efcb5ef6
4 changed files with 683 additions and 84 deletions
|
|
@ -303,6 +303,7 @@ class FlowGraphCompileSpec extends AkkaSpec {
|
|||
val merge = Merge[String]
|
||||
import FlowGraphImplicits._
|
||||
in1 ~> merge ~> out1
|
||||
in2 ~> merge
|
||||
merge ~> out2 // wrong
|
||||
}
|
||||
}.getMessage should include("at most 1 outgoing")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue