Skip to content

Commit

Permalink
Apply formatting to pytest mark parametrize string in tools script as…
Browse files Browse the repository at this point in the history
… well. Previously just in test script (#2881)
  • Loading branch information
binste authored Feb 12, 2023
1 parent 5c44d70 commit b42ecdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/schemapi/tests/test_schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def chart_example_invalid_y_option_value_with_condition():


@pytest.mark.parametrize(
"chart_func,expected_error_message",
"chart_func, expected_error_message",
[
(
chart_example_invalid_y_option,
Expand Down

0 comments on commit b42ecdf

Please sign in to comment.