Skip to content

Commit

Permalink
Update tests/unit/test_param_expand.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jun 22, 2023
1 parent ddd4284 commit fc76720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_param_expand.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_parameter_graph_mixing_offset_and_conditional(self):
self.assertEqual(
len(expanded_values),
len(expanded),
f"Invalid_ length for expected {expanded_values} and "
f"Invalid length for expected {expanded_values} and "
f"{expanded}")
# When testing, we don't really care for white spaces,as they
# are removed in the GraphParser anyway. That's why we have
Expand Down

0 comments on commit fc76720

Please sign in to comment.