mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Compatibility with RxJava 3.0
Closes gh-23208
This commit is contained in:
+1
-1
@@ -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