See gh-24934
@ -279,6 +279,11 @@ public class DefaultRSocketRequesterBuilderTests {
return Flux.empty();
}
@Override
public ByteBufAllocator alloc() {
return ByteBufAllocator.DEFAULT;
public Mono<Void> onClose() {
return Mono.empty();