Skip to content

Commit

Permalink
misc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanoved committed Sep 11, 2024
1 parent 09bea00 commit 2c37729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/when_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2c37729

Please sign in to comment.