mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Adapt test to changes in RSocket Java
See gh-24934
This commit is contained in:
+5
@@ -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