Invalid email addresses being generated
Opened this issue · 0 comments
tonyarnold commented
I am currently using Faker().internet.safeEmail()
, and it's producing invalid results. Right now, I have an email address of @example.com
returned from that method, so something is going awry.
I've seen similar when using the plain Faker().internet.email()
method, except in that case it was missing everything after the @
.
I'm using Xcode 11.2b1 (although this happens under 11.0 and 11.1 GM as well).