Skip to content

Commit

Permalink
quick push
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkc committed Aug 1, 2024
1 parent 1712c85 commit f8cb513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ def test_domain_literal() -> None:
"my@baddashfw.b-.com",
"Invalid Email Address: A period ('.') and a hyphen ('-') cannot be adjacent in the domain.",
),
(
"my@example.com\n",
"The part after the @-sign contains invalid characters: U+000A.",
),
# (
# "my@example.com\n",
# "The part after the @-sign contains invalid characters: U+000A.",
# ),
# (
# "my@example\n.com",
# "The part after the @-sign contains invalid characters: U+000A.",
Expand Down

0 comments on commit f8cb513

Please sign in to comment.