Skip to content

Commit

Permalink
Fix wrong mark
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jun 11, 2024
1 parent fc238c4 commit 79d4e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ def test_drop_null_null_type():
assert len(table.drop_null().column(0)) == 0


@pytest.mark.nump
@pytest.mark.numpy
def test_filter(all_array_types):
for ty, values in all_array_types:
arr = pa.array(values, type=ty)
Expand Down

0 comments on commit 79d4e9b

Please sign in to comment.