Skip to content

Commit 2002a16

Browse files
committed
Adapt test to changes in RSocket Java
See gh-24934
1 parent 18474c9 commit 2002a16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-messaging/src/test/java/org/springframework/messaging/rsocket/DefaultRSocketRequesterBuilderTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@ public Flux<ByteBuf> receive() {
279279
return Flux.empty();
280280
}
281281

282+
@Override
283+
public ByteBufAllocator alloc() {
284+
return ByteBufAllocator.DEFAULT;
285+
}
286+
282287
@Override
283288
public Mono<Void> onClose() {
284289
return Mono.empty();

0 commit comments

Comments
 (0)