Fixing assert4j failures

This commit is contained in:
Ryan Baxter
2025-04-13 15:39:12 -04:00
parent 49428cdd05
commit ca42f18613
4 changed files with 7 additions and 7 deletions

View File

@@ -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);