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

@@ -1462,7 +1462,7 @@ public class FunctionInvokerTests {
try {
invoker.handleRequest(targetStream, output, null);
Assertions.fail();
Assertions.fail("");
}
catch (Exception e) {
// TODO: handle exception