Skip to content

Commit

Permalink
Fix max_task error in test file
Browse files Browse the repository at this point in the history
Signed-off-by: Chih Tsung Lu <[email protected]>
  • Loading branch information
ChihTsungLu committed Feb 17, 2025
1 parent 3826010 commit b5759f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/core/test_array_node_map_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def my_mappable_task_1(a: int) -> typing.Optional[str]:
[my_mappable_task, my_mappable_task_1]
)
def test_map_task_override(serialization_settings, task_func):
array_node_map_task = map_task(task_func)
array_node_map_task = map(task_func)

@workflow
def wf(x: typing.List[int]):
Expand Down

0 comments on commit b5759f0

Please sign in to comment.