Commit a8b1fb9
authored
KAFKA-19777 : Generator | Fix order of arguments to assertEquals in unit tests - 2 (#21012)
## Overview
This PR addresses the remaining fixes related to #20921.
>In this PR, we corrected the argument order in assertEquals within the
generator package.
## References
- sub-issue: https://issues.apache.org/jira/browse/KAFKA-19777
- issue: https://issues.apache.org/jira/browse/KAFKA-19097
Reviewers: Rion Williams, <rionmonster@gmail.com>, Lianet Magrans
<lmagrans@confluent.io>1 parent ad3f727 commit a8b1fb9
File tree
1 file changed
+2
-2
lines changed- generator/src/test/java/org/apache/kafka/message
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments