Currently, when this fails we see this: ``` org.opentest4j.AssertionFailedError: expected: 156L but was: 155L Expected :156L Actual :155L ``` (It's comparing the count vs distinct-count). This PR makes the failure show up like this: ``` java.lang.AssertionError: Expecting empty but was: ["AE-APP-4001"] ``` Making the failure message much more useful. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Updated the method for verifying the uniqueness of error codes in the system to enhance reliability by using a new approach. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||