Skip to content

Commit

Permalink
UT: Add test case to test_construct_invalid_email_address()
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed May 17, 2023
1 parent 0019fba commit 84f8c3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_construct_valid_email_address(email_address):
"too_many_dots@here..com",
"...@xyz.in",
"xyz@.mail.com",
"qwerty@gma$il.com",
],
)
def test_construct_invalid_email_address(email_address):
Expand Down

0 comments on commit 84f8c3f

Please sign in to comment.