mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
Update test name
This commit is contained in:
parent
58a71d8d07
commit
812b4d5af2
@ -347,7 +347,7 @@ class ObservablesTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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<Int>(
|
val flowSafeSubscriber = FlowSafeSubscriber<Int>(
|
||||||
ActionSubscriber(
|
ActionSubscriber(
|
||||||
{ throw IllegalStateException() },
|
{ throw IllegalStateException() },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user