uranusjr commented on code in PR #33406:
URL: https://github.com/apache/airflow/pull/33406#discussion_r1315450238


##########
tests/sensors/test_time_sensor.py:
##########
@@ -73,3 +73,11 @@ def test_target_time_aware(self):
             op = TimeSensorAsync(task_id="test", target_time=aware_time)
             assert hasattr(op.target_datetime.tzinfo, "offset")
             assert op.target_datetime.tzinfo.offset == 0
+
+    def test_target_time_naive_dag_timezone(self):

Review Comment:
   Add a docstring describing what this is testing



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