ashwintumma23 commented on code in PR #17622: URL: https://github.com/apache/druid/pull/17622#discussion_r1921821751
########## processing/src/test/java/org/apache/druid/js/JavaScriptConfigTest.java: ########## @@ -60,4 +60,46 @@ public void testSerdeWithDefaults() throws Exception Assert.assertFalse(config.isEnabled()); } + + @Test + public void testEquals() Review Comment: Incorporated the suggestion in the next commit. Verified that the `equals` and `hashCode` methods are covered in code coverage report. -- 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: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org