Compatibility with RxJava 3.0
Closes gh-23208
This commit is contained in:
@@ -186,7 +186,7 @@ public class ReactiveAdapterRegistryTests {
|
||||
Object target = getAdapter(io.reactivex.Completable.class).fromPublisher(source);
|
||||
boolean condition = target instanceof io.reactivex.Completable;
|
||||
assertThat(condition).isTrue();
|
||||
assertThat(((io.reactivex.Completable) target).blockingGet()).isNull();
|
||||
((io.reactivex.Completable) target).blockingAwait();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user