Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 10, 2025
1 parent 7566674 commit f28ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/tools/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def __assert_output_format_is(expected, output, input_extensions=None, param_con
)
c1.elements = [dce1, dce2]

input_collections["hdcai"] = [(hc1, False)]
input_collections["hdcai"] = hc1

actual_format = determine_output_format(output, param_context, inputs, input_collections, last_ext)
assert actual_format == expected, f"Actual format {actual_format}, does not match expected {expected}"
Expand Down

0 comments on commit f28ea20

Please sign in to comment.