Skip to content

Commit

Permalink
Fix spelling satiny -> sanity (apache#39594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed May 13, 2024
1 parent e3897dc commit 4a59276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serialization/test_dag_serialization.py
Expand Up @@ -697,7 +697,7 @@ def validate_deserialized_task(
if isinstance(task, MappedOperator):
# MappedOperator.operator_class holds a backup of the serialized
# data; checking its entirety basically duplicates this validation
# function, so we just do some satiny checks.
# function, so we just do some sanity checks.
serialized_task.operator_class["_task_type"] == type(task).__name__
if isinstance(serialized_task.operator_class, DecoratedOperator):
serialized_task.operator_class["_operator_name"] == task._operator_name
Expand Down

0 comments on commit 4a59276

Please sign in to comment.