risdenk commented on code in PR #1239: URL: https://github.com/apache/solr/pull/1239#discussion_r1064168782
########## solr/core/src/test/org/apache/solr/core/TestConfigSetService.java: ########## @@ -108,16 +110,14 @@ public void testConfigSetServiceOperations() throws IOException { assertTrue(configSetService.getConfigMetadata(configName).containsKey("foo")); List<String> configFiles = configSetService.getAllConfigFiles(configName); - assertEquals( - configFiles.toString(), - "[file1, file2, solrconfig.xml, subdir/, subdir/file3, subdir/file4]"); + assertEquals(configFiles, List.of(file1, file2, solrConfigXml, subdir, file3, file4)); Review Comment: Yea agreed - I'll leave the list,of but will revert back to actual strings. -- 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