Skip to content

Commit

Permalink
test: Update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Jan 5, 2025
1 parent ea647eb commit 8fb2661
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/utils/test_schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,15 +812,14 @@ def id_func_chart_error_example(val) -> str:
),
(
chart_error_example__additional_datum_argument,
r"""`X` has no parameter named 'wrong_argument'
r"""`XDatum` has no parameter named 'wrong_argument'
Existing parameter names are:
shorthand bin scale timeUnit
aggregate field sort title
axis impute stack type
bandPosition
datum impute title
axis scale type
bandPosition stack
See the help for `X` to read the full description of these parameters$""",
See the help for `XDatum` to read the full description of these parameters$""",
),
(
chart_error_example__invalid_value_type,
Expand Down

0 comments on commit 8fb2661

Please sign in to comment.