PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula fb520fc817
test: better size assertions in tests (#30937)
Instead of a failure showing up like this:

```
org.opentest4j.AssertionFailedError: 
expected: 2
 but was: 0
Expected :2
Actual   :0
```

We get something like this:

```
java.lang.AssertionError: 
Expected size: 2 but was: 0 in:
{}
```

Which is a better insight into the test failure.
2024-02-07 12:14:10 +05:30
..
src test: better size assertions in tests (#30937) 2024-02-07 12:14:10 +05:30
auth-notes
pom.xml chore(deps): Update commons-compress (#29943) 2024-01-09 07:26:52 +05:30