stream: remove extra printStackTrace
This commit is contained in:
parent
1fbd1d338f
commit
a01dfa6201
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ class FlowSplitWhenSpec extends StreamSpec("""
|
||||||
val future = probe.requestNext()
|
val future = probe.requestNext()
|
||||||
val ex = the[IllegalStateException] thrownBy Await.result(future, 3.seconds)
|
val ex = the[IllegalStateException] thrownBy Await.result(future, 3.seconds)
|
||||||
ex.getMessage should ===("Substream Source(SplitSource) cannot be materialized more than once")
|
ex.getMessage should ===("Substream Source(SplitSource) cannot be materialized more than once")
|
||||||
ex.printStackTrace
|
|
||||||
ex.getStackTrace.exists(_.getClassName contains "FlowSplitWhenSpec") shouldBe true
|
ex.getStackTrace.exists(_.getClassName contains "FlowSplitWhenSpec") shouldBe true
|
||||||
probe.cancel()
|
probe.cancel()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue