Fix test to accomodate the related commit in s-c-function

s-c-function commit id - 40fe70d44c8649a0e1e688b3c65155c6217064b3
This commit is contained in:
Oleg Zhurakousky
2021-10-25 14:13:52 +02:00
parent eb6394023e
commit b711180841

View File

@@ -1493,7 +1493,7 @@ public class ImplicitFunctionBindingTests {
return new FunctionAroundWrapper() {
@Override
protected Object doApply(Message<byte[]> input,
protected Object doApply(Object input,
FunctionInvocationWrapper targetFunction) {
return targetFunction.apply(input);
}