Adapt test to changes in RSocket Java
See gh-24934
This commit is contained in:
@@ -279,6 +279,11 @@ public class DefaultRSocketRequesterBuilderTests {
|
||||
return Flux.empty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public ByteBufAllocator alloc() {
|
||||
return ByteBufAllocator.DEFAULT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Mono<Void> onClose() {
|
||||
return Mono.empty();
|
||||
|
||||
Reference in New Issue
Block a user