Scala 2.13.0 rc2 (#26967)

This commit is contained in:
Arnout Engelen 2019-05-24 08:11:50 +02:00 committed by Patrik Nordwall
parent 24a3bba135
commit 814cfa286c
168 changed files with 396 additions and 315 deletions

View file

@ -349,7 +349,7 @@ class GraphStageDocSpec extends AkkaSpec {
out.expectNext(1)
switch.success(Unit)
switch.success(())
out.expectComplete()
}