mateczagany commented on code in PR #21788:
URL: https://github.com/apache/flink/pull/21788#discussion_r1090654953


##########
flink-yarn/src/test/java/org/apache/flink/yarn/YarnApplicationFileUploaderTest.java:
##########
@@ -29,6 +29,7 @@
 import org.apache.hadoop.yarn.conf.YarnConfiguration;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.io.TempDir;
+import org.mockito.Mockito;

Review Comment:
   Thanks for the comment, I've changed it to use a custom mocked class. I 
didn't create a new Java file for it as it's pretty specific to this test and 
unlikely to be re-used by other test classes



-- 
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]

Reply via email to