lordgamez commented on a change in pull request #1139:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1139#discussion_r676654446
##########
File path: extensions/standard-processors/tests/unit/RetryFlowFileTests.cpp
##########
@@ -86,7 +85,7 @@ class RetryFlowFileTest {
optional<bool> processor_uuid_matches_flowfile) {
reInitialize();
- const std::string output_dir = createTempDir(testController_.get());
+ const std::string output_dir = testController_->createTempDirectory();
Review comment:
This `output_dir` seems to be unused
--
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]