Skip to content

Commit

Permalink
fix test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Oct 7, 2024
1 parent 6d011a2 commit 1b91ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/numpy/manipulation_functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
seed = pytest.seed


class TestJoin:
class TestNumpyManipulationFunctions:

@pytest.mark.parametrize("size", pytest.prob_size)
@pytest.mark.parametrize("dtype", [int, ak.int64, ak.uint64, float, ak.float64, bool, ak.bool_])
Expand Down

0 comments on commit 1b91ab4

Please sign in to comment.