Open malloryavvir opened 2 years ago
Problem: Some email addresses contain single quote characters. I'd like to test that my software can handle them properly.
Solution: Include the single quotes in the email addresses generated by faker.internet().emailAddress()
faker.internet().emailAddress()
Problem: Some email addresses contain single quote characters. I'd like to test that my software can handle them properly.
Solution: Include the single quotes in the email addresses generated by
faker.internet().emailAddress()