diff --git a/tests/expr_and_series/when_test.py b/tests/expr_and_series/when_test.py index 0e3049440..5b60edfa9 100644 --- a/tests/expr_and_series/when_test.py +++ b/tests/expr_and_series/when_test.py @@ -200,7 +200,7 @@ def test_multi_chained_when(request: Any, constructor: Any) -> None: compare_dicts(result, expected) -def test_multi_chained_when_otherewise(request: Any, constructor: Any) -> None: +def test_multi_chained_when_otherwise(request: Any, constructor: Any) -> None: if "dask" in str(constructor) or "pyarrow_table" in str(constructor): request.applymarker(pytest.mark.xfail)