kaxil commented on a change in pull request #19349:
URL: https://github.com/apache/airflow/pull/19349#discussion_r742249732



##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -523,7 +523,7 @@ def validate_deserialized_task(
         if isinstance(task.params, ParamsDict):
             assert serialized_task.params.dump() == task.params.dump()
 
-        # Check that for Deserialised task, task.subdag is None for all other 
Operators
+        # Check that for Deserialized task, task.subdag is None for all other 
Operators

Review comment:
       I think there is no need to standardi(s/z)e this tbh :D . Both should be 
accepted - we gain nothing by this standardization.




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