Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Feb 24, 2025
1 parent 21902ec commit ec33dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ ImmutableSet<Mono<Void>> testMonoThen() {
Mono.just("foo").ignoreElement().then(),
Mono.just("bar").flux().then(),
Mono.when(Mono.just("baz")),
Mono.when(Mono.just("qux")));
Mono.whenDelayError(Mono.just("qux")));
}

ImmutableSet<Mono<Void>> testFluxThen() {
Expand Down

0 comments on commit ec33dd8

Please sign in to comment.