java-faker
java-faker copied to clipboard
Allow some email addresses to contain single quote characters
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()