Stanislav Devyatovskiy
Results
2
comments of
Stanislav Devyatovskiy
These are minor errors in tests, safe to ignore. You can either `mvn install -DskipTests` to ignore the tests, or fix the assertion in the test.
Hello @celanthe, just want to let you know that the assert in `PollMailConnectorTest` is failing with: ``` org.junit.ComparisonFailure: Expected :"html" Actual :"html" ``` Reverting the change in faf629c commit would...