Skip to content

Commit

Permalink
Closes Bears-R-Us#3192 PROTO_tests/tests/dtypes_test.py is failing (B…
Browse files Browse the repository at this point in the history
…ears-R-Us#3193)

Co-authored-by: Amanda Potts <ajpotts@users.noreply.github.com>
  • Loading branch information
ajpotts and ajpotts authored May 16, 2024
1 parent 785bcaf commit 241de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTO_tests/tests/dtypes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestDTypes:
def test_check_np_dtype(self, dtype):
dtypes.check_np_dtype(np.dtype(dtype))

@pytest.mark.parametrize("dtype", ["np.str", ak.bigint])
@pytest.mark.parametrize("dtype", ["np.str"])
def test_check_np_dtype_errors(self, dtype):
with pytest.raises(TypeError):
dtypes.check_np_dtype(dtype)
Expand Down

0 comments on commit 241de93

Please sign in to comment.