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