Update test name

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-17 11:11:43 +00:00
parent 58a71d8d07
commit 812b4d5af2

View File

@ -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() },