Skip to content

Commit

Permalink
test: fix PT006 violations
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Jun 10, 2024
1 parent cd56353 commit 27aab26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/utils/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class StrokeWidthValue(ValueChannel, schemapi.SchemaBase):


@pytest.mark.parametrize(
"value,expected_type",
("value", "expected_type"),
[
([1, 2, 3], "integer"),
([1.0, 2.0, 3.0], "floating"),
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/test_schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def chart_error_example__four_errors():


@pytest.mark.parametrize(
"chart_func, expected_error_message",
("chart_func", "expected_error_message"),
[
(
chart_error_example__invalid_y_option_value_unknown_x_option,
Expand Down
2 changes: 1 addition & 1 deletion tests/vegalite/v5/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _check_encodings(chart):


@pytest.mark.parametrize(
"args, kwargs",
("args", "kwargs"),
[
getargs(detail=["value:Q", "name:N"], tooltip=["value:Q", "name:N"]),
getargs(detail=["value", "name"], tooltip=["value", "name"]),
Expand Down

0 comments on commit 27aab26

Please sign in to comment.