holysleeper commented on code in PR #2030: URL: https://github.com/apache/solr/pull/2030#discussion_r1398161886
########## solr/core/src/test/org/apache/solr/util/TestUtils.java: ########## @@ -294,4 +294,23 @@ public void testMergeJson() { assertEquals( 2L, Utils.getObjectByPath(sink, true, List.of(DEFAULTS, COLLECTION_PROP, NRT_REPLICAS))); } + + @SuppressWarnings({"unchecked"}) + public void testToJson() { Review Comment: I did the required thanks. Thanks for the suggestion! ########## solr/core/src/test/org/apache/solr/util/TestUtils.java: ########## @@ -294,4 +294,23 @@ public void testMergeJson() { assertEquals( 2L, Utils.getObjectByPath(sink, true, List.of(DEFAULTS, COLLECTION_PROP, NRT_REPLICAS))); } + + @SuppressWarnings({"unchecked"}) + public void testToJson() { Review Comment: I did the required tests. Thanks for the suggestion! -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org