From 812b4d5af22e38c9c5183a7bcad6857fd1409a85 Mon Sep 17 00:00:00 2001 From: Kyriakos Tharrouniatis Date: Mon, 17 Feb 2020 11:11:43 +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 938d4cf840..c90d25e3bc 100644 --- a/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt +++ b/node/src/test/kotlin/net/corda/node/utilities/ObservablesTests.kt @@ -347,7 +347,7 @@ class ObservablesTests { } @Test - fun `throwing FlowSafeSubscriber at onError will wrap with a Rx OnErrorFailedException`() { + fun `throwing inside FlowSafeSubscriber onError will wrap with a Rx OnErrorFailedException`() { val flowSafeSubscriber = FlowSafeSubscriber( ActionSubscriber( { throw IllegalStateException() },