exceptionfactory commented on code in PR #9551:
URL: https://github.com/apache/nifi/pull/9551#discussion_r1854750139
##########
c2/c2-client-bundle/c2-client-service/src/test/java/org/apache/nifi/c2/client/service/operation/TransferDebugOperationHandlerTest.java:
##########
@@ -87,6 +91,18 @@ public class TransferDebugOperationHandlerTest {
@TempDir
private File tempDir;
+ @AfterAll
+ public static void cleanUpAfterAll() {
Review Comment:
It seems like this could be better as an `AfterEach` method. Ideally, the
Handler class would have the temporary directory as a parameter, but given the
usage of createTempDirectory(), this style of expecting the system temporary
seems reasonable.
--
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]