Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faker produces wrong Emails. #12

Open
CodingForFunAndProfit opened this issue Apr 15, 2019 · 1 comment
Open

Faker produces wrong Emails. #12

CodingForFunAndProfit opened this issue Apr 15, 2019 · 1 comment

Comments

@CodingForFunAndProfit
Copy link

Hi,

I just wanted to tell you about this problem, I figured out after a while. Faker produces wrong gmail addresses with underscores in them. It is a known problem. So if anyone follows your videos and has a wrong faker version, the tests will fail from time to time, which is no fun. As a quick fix I just replaced underscores with periods from the generated email addresses. You can test it in the playground with and Email like: [email protected] and the answer will include "isEmail": "email must be an email".

You can close this issue immediately, I just thought it might be helpful for others if they encounter that problem and visit/search this git for a solution.

Cheers

@benawad
Copy link
Owner

benawad commented Apr 16, 2019

thanks, I'll keep it open so more people see it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants