Skip to content

Commit

Permalink
Update tests/hypothesis/common.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
cleder and coderabbitai[bot] authored Oct 31, 2024
1 parent 2ce6a64 commit 9d19845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hypothesis/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from hypothesis import strategies as st

ID_TEXT = string.ascii_letters + string.digits + string.punctuation
ID_TEXT = string.ascii_letters + string.digits + ".-_"
nc_name = partial(
st.from_regex,
regex=re.compile(r"^[A-Za-z_][\w.-]*$"),
Expand Down

0 comments on commit 9d19845

Please sign in to comment.