Skip to content

Commit

Permalink
rename test to test_match_nomatch
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 20, 2024
1 parent 444cbf6 commit 079c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esutil/tests/test_numpy_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_match_str(presorted):


@pytest.mark.parametrize('presorted', [True, False])
def test_match_none(presorted):
def test_match_nomatch(presorted):
a1 = np.array(['blah', 'goodbye', 'hello', 'stuff', 'things'])
a2 = np.array(['zz', 'bb'])

Expand Down

0 comments on commit 079c0b0

Please sign in to comment.