Correcting comment

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-17 00:17:37 +00:00
parent 11d92f90d5
commit 4f3fc81081

View File

@ -280,7 +280,7 @@ class ObservablesTests {
}
})
source.subscribe { heartBeat += it }
// wrap FlowSafeSubject with a FlowSafeSubscriber
// wrapping FlowSafeSubject with a SafeSubscriber
val sourceWrapper = SafeSubscriber(Subscribers.from(source))
assertFailsWith<OnErrorFailedException> {
sourceWrapper.onNext(1)