This commit is contained in:
Oleg Zhurakousky
2022-11-29 11:34:58 -08:00
parent 0f8f0ce812
commit 1ba9d64dd0

View File

@@ -82,7 +82,7 @@ public class RoutingFunctionTests {
assertThat(function).isNotNull();
try {
function.apply(message);
fail();
fail("Should not be here");
}
catch (Exception e) {
// Good