dirrao commented on code in PR #36681:
URL: https://github.com/apache/airflow/pull/36681#discussion_r1447080614


##########
tests/providers/sftp/sensors/test_sftp.py:
##########
@@ -86,16 +86,15 @@ def test_file_new_enough(self, sftp_hook_mock):
 
     @patch("airflow.providers.sftp.sensors.sftp.SFTPHook")
     def test_file_not_new_enough(self, sftp_hook_mock):

Review Comment:
   It would male sense to update for the test_file_new_enough test case as 
well. 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to