justinleet commented on a change in pull request #1554: METRON-2307: Migrate to JUnit5 URL: https://github.com/apache/metron/pull/1554#discussion_r348642625
########## File path: metron-platform/metron-management/src/test/java/org/apache/metron/management/EnrichmentConfigFunctionsTest.java ########## @@ -92,15 +84,15 @@ public void setup() { } return ret; } - private int size(Map<String, Object> stellarFunctions) { + private int size(Map<String, Object> stellarFunctions, String group) { Review comment: It's because it was `@Parameterized` before. They were getting set in the constructor as fields, but with the change in semantics, they aren't now, so it got adjusted. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services