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
163beefc0f
commit
9a27a81670
@ -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<Int>())
|
||||
|
Loading…
x
Reference in New Issue
Block a user