will-sh commented on PR #5903: URL: https://github.com/apache/ozone/pull/5903#issuecomment-1874158777
Thank you for the review and suggestions. @adoroszlai For the assertEquals I reviewed the jira and junit5 documents, the message parameter should be in the 3rd place of assertEquals or the message should be just removed. Learned about it. Ref: `old: assertEquals(message, expected, actual), new: assertEquals(expected, actual, message).` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
