Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jan 11, 2025
1 parent 1f9d382 commit c25e359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ def test_ifelse_mutate(dc, if_val, else_val, type_):


@pytest.mark.parametrize("col", ["val", C("val")])
@skip_if_not_sqlite
def test_isnone_mutate(col):
dc = DataChain.from_values(
num=list(range(1, 6)),
Expand Down

0 comments on commit c25e359

Please sign in to comment.