This commit is contained in:
Oleg Zhurakousky
2022-11-29 11:34:58 -08:00
parent 3c87e00d8e
commit 48957b24ef

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