Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 5, 2024
1 parent 0dbc984 commit 09b1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/operations/test_top_k.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def test_top_k_nulls() -> None:


@pytest.mark.xfail(
reason="Currently bugged, see: https://github.com/pola-rs/polars/issues/15238"
reason="Currently bugged, see: https://github.com/pola-rs/polars/issues/16748"
)
def test_bottom_k_nulls() -> None:
s = pl.Series([1, 2, 3, None, None])
Expand Down

0 comments on commit 09b1f44

Please sign in to comment.