jamessimone / apex-rollup

Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
MIT License
212 stars 30 forks source link

Failing Test Assertion in shouldReportErrorWhenConcatDelimiterSetAndNotConcat() #607

Closed bfalter closed 1 month ago

bfalter commented 1 month ago

The .trim() method on the string does not cause the tests to pass.

System.AssertException: Assertion Failed: Expected: Concat delimiter should only be supplied for CONCAT-based rollups., Actual: Concat delimiter should only be supplied for CONCAT-based rollups.

Manually removing the space at the end of the exception message allows the test to pass.