Skip to content

Commit

Permalink
Update lib/galaxy/tool_util/verify/asserts/image.py
Browse files Browse the repository at this point in the history
Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
kostrykin and bernt-matthias authored Mar 13, 2024
1 parent 762e22c commit 0210711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/verify/asserts/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def assert_has_image_n_labels(
present_labels = _get_image_labels(output_bytes, channel, exclude_labels)[1]
_assert_number(
len(present_labels),
value,
n,
delta,
min,
max,
Expand Down

0 comments on commit 0210711

Please sign in to comment.