mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
OTHER
This commit is contained in:
@@ -380,7 +380,7 @@ final class ReactorRulesTest implements RefasterRuleCollectionTestCase {
|
||||
return ImmutableSet.of(
|
||||
Flux.just("foo").ignoreElements().thenMany(Flux.just("bar")),
|
||||
Flux.<String>empty().concatWith(Mono.just("baz")),
|
||||
Flux.<String>empty().switchIfEmpty(Flux.just( "qux", "quux")));
|
||||
Flux.<String>empty().switchIfEmpty(Flux.just("qux", "quux")));
|
||||
}
|
||||
|
||||
ImmutableSet<Mono<?>> testMonoThenMono() {
|
||||
|
||||
Reference in New Issue
Block a user