mmodzelewski opened a new pull request, #2929: URL: https://github.com/apache/iggy/pull/2929
Six test files still used JUnit assertions (assertEquals, assertThrows, assertNotNull, etc.) instead of the project standard AssertJ fluent API. This inconsistency made tests harder to read and diverged from the convention used by the rest of the test suite. Migrated all JUnit assertion calls to AssertJ equivalents and added an AssertJ note to the Contributing section in README.md. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
