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
1 changed files with 5 additions and 0 deletions

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