Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Sep 19, 2024
1 parent 3e5ed74 commit 90d95c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonyx/test/test_run_select_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __getitem__(item: slice) -> slice:
_slicer: _Slicer = _Slicer()


@pytest.mark.parametrize(("node", "query", "keep"), [
@pytest.mark.parametrize(("node", "keep"), [
# List
(([], slice(0)), True),
(([], 0), False),
Expand Down

0 comments on commit 90d95c4

Please sign in to comment.