Fixing assert4j failures
This commit is contained in:
@@ -1462,7 +1462,7 @@ public class FunctionInvokerTests {
|
||||
|
||||
try {
|
||||
invoker.handleRequest(targetStream, output, null);
|
||||
Assertions.fail();
|
||||
Assertions.fail("");
|
||||
}
|
||||
catch (Exception e) {
|
||||
// TODO: handle exception
|
||||
|
||||
@@ -57,7 +57,7 @@ public class AsyncStartTests {
|
||||
ServerlessHttpServletResponse response = new ServerlessHttpServletResponse();
|
||||
try {
|
||||
mvc.service(request, response);
|
||||
Assertions.fail();
|
||||
Assertions.fail("");
|
||||
}
|
||||
catch (Exception e) {
|
||||
assertThat(e).isInstanceOf(IllegalStateException.class);
|
||||
|
||||
Reference in New Issue
Block a user