From 2c37729220750b149c17f4fce8083831f4a41d4a Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Thu, 12 Sep 2024 00:05:02 +0300 Subject: [PATCH] misc: fix typo --- tests/expr_and_series/when_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)