Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test passes on JAVA 21 but for some reason Java 11 has trouble passing in a message so it returns null when getMessage occurs so when Mockito tries to invoke getMessage it will get get a second NPE. and thus is why the exception is caught. This code change is to get around the gap that Java 11 has. Signed-off-by: Brian Flores <[email protected]>
- Loading branch information