Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Oct 9, 2024
1 parent 1e03ee2 commit 09e2602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_regex_peel(self):
assert ["", "", "1f2g"] == d_right.to_list()
assert ["", "", "__f____g"] == u_right.to_list()

def test_regex_split(self):
def test_regex_regex_split(self):
orig = ak.array(["one|two", "three|four|five", "six", "seven|eight|nine|ten|", "eleven"])
digit = ak.array(["one1two", "three2four3five", "six", "seven4eight5nine6ten7", "eleven"])
under = ak.array(
Expand Down

0 comments on commit 09e2602

Please sign in to comment.