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


##########
tests/jobs/test_scheduler_job.py:
##########
@@ -3880,8 +3880,8 @@ def dict_from_obj(obj):
         assert list(map(dict_from_obj, created_run.consumed_asset_events)) == 
list(
             map(dict_from_obj, [event1, event2])
         )
-        assert created_run.data_interval_start == DEFAULT_DATE + 
timedelta(days=5)
-        assert created_run.data_interval_end == DEFAULT_DATE + 
timedelta(days=11)
+        assert created_run.data_interval_start is None
+        assert created_run.data_interval_end is None

Review Comment:
   Do we have test cases for non-None values?



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