polish
This commit is contained in:
@@ -82,7 +82,7 @@ public class RoutingFunctionTests {
|
|||||||
assertThat(function).isNotNull();
|
assertThat(function).isNotNull();
|
||||||
try {
|
try {
|
||||||
function.apply(message);
|
function.apply(message);
|
||||||
fail();
|
fail("Should not be here");
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
// Good
|
// Good
|
||||||
|
|||||||
Reference in New Issue
Block a user