Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Rename test to more specific chart_error_example__four_errors_hide_fourth #3546

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/utils/test_schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def chart_error_example__two_errors_with_one_in_nested_layered_chart():
return chart


def chart_error_example__four_errors():
def chart_error_example__four_errors_hide_fourth():
# Error 1: unknown is not a valid encoding channel option
# Error 2: Invalid Y option value "asdf".
# Error 3: another_unknown is not a valid encoding channel option
Expand Down Expand Up @@ -821,7 +821,7 @@ def id_func(val) -> str:
r"""'1' is an invalid value for `value`. Valid values are of type 'object', 'string', or 'null'.$""",
),
(
chart_error_example__four_errors,
chart_error_example__four_errors_hide_fourth,
r"""Multiple errors were found.

Error 1: `Color` has no parameter named 'another_unknown'
Expand Down