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 --> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.