Revert "Polish previous commit"

This reverts commit 6e958e0dda.
This commit is contained in:
Oleg Zhurakousky
2023-01-09 16:06:20 +01:00
parent add568126c
commit 2ff6938bc6

View File

@@ -220,7 +220,7 @@ public class ImplicitFunctionBindingTests {
inputDestination.send(inputMessage, "func-in-0");
Message<byte[]> outputMessage = outputDestination.receive(1000, "func-out-0");
//assertThat(outputMessage.getPayload()).isEqualTo("NULL".getBytes());
assertThat(outputMessage.getPayload()).isEqualTo("NULL".getBytes());
inputDestination.send(inputMessage, "funcMessage-in-0");