From 9a27a81670b5264df3474e65addb68d1293e322f Mon Sep 17 00:00:00 2001 From: Kyriakos Tharrouniatis Date: Mon, 17 Feb 2020 10:42:27 +0000 Subject: [PATCH] Update test name --- .../test/kotlin/net/corda/node/utilities/ObservablesTests.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt b/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt index c4b4fbbca1..d0cd3fae9d 100644 --- a/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt +++ b/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt @@ -316,7 +316,7 @@ class ObservablesTests { } @Test - fun `throwing FlowSafeSubscriber as a leaf will call onError`() { + fun `throwing inside onNext of a FlowSafeSubscriber leaf subscriber will call onError`() { var heartBeatOnNext = 0 var heartBeatOnError = 0 val source = FlowSafeSubject(PublishSubject.create())