Lorcan created KAFKA-19097:
------------------------------
Summary: Fix order of arguments to assertEquals
Key: KAFKA-19097
URL: https://issues.apache.org/jira/browse/KAFKA-19097
Project: Kafka
Issue Type: Improvement
Reporter: Lorcan
There are examples of tests using assertEquals where the arguments are in the
wrong order.
Example from InternalStreamsBuilderTest:
assertEquals(count.get(), 3);
The expected value should be the first argument.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)