Skip to content

Commit

Permalink
test(polars): xfail on new error type for decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 18, 2023
1 parent 26059d7 commit f1841f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def test_numeric_literal(con, backend, expr, expected_types):
),
],
)
@pytest.mark.notimpl(["polars"], raises=ValueError)
@pytest.mark.notimpl(["polars"], raises=TypeError)
def test_decimal_literal(con, backend, expr, expected_types, expected_result):
backend_name = backend.name()

Expand Down

0 comments on commit f1841f9

Please sign in to comment.