Adapt test to changes in RSocket Java

See gh-24934
This commit is contained in:
Rossen Stoyanchev
2020-04-25 07:11:34 +01:00
parent 18474c921d
commit 2002a1689a

View File

@@ -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();