Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Feb 22, 2025
1 parent a985e47 commit 59b1169
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 59b1169

Please sign in to comment.