thenatog commented on a change in pull request #5885:
URL: https://github.com/apache/nifi/pull/5885#discussion_r835346913
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestDeduplicateRecord.java
##########
@@ -271,7 +271,7 @@ void doCountTests(int failure, int original, int
duplicates, int notDuplicates,
}
}
- private static final class MockCacheService<K, V> extends
AbstractControllerService implements DistributedMapCacheClient {
+ static final class MockCacheService<K, V> extends
AbstractControllerService implements DistributedMapCacheClient {
Review comment:
I did use it in my tests in order to test the listing
"AbstractListProcessor.BY_ENTITIES" option. I could try moving the
MockCacheService to a separate class that both test classes could use?
--
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]