Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
DragaDoncila committed Sep 18, 2023
1 parent b9c3209 commit deba00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-workflows/plugin/tests/test_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def _verify(


@pytest.mark.parametrize(
"meta_category, meta_heirarchy, manifest_category, manifest_hierarchy, expected_category, expected_hierarchy",
"meta_category, meta_hierarchy, manifest_category, manifest_hierarchy, expected_category, expected_hierarchy",
[
({}, {}, {}, {}, {}, {}),
({'Workflow step': ['Image segmentation']}, {'Workflow step': [['Image segmentation']]}, {}, {}, {'Workflow step': ['Image segmentation']}, {'Workflow step': [['Image segmentation']]}),
Expand Down

0 comments on commit deba00e

Please sign in to comment.