Regularise a test. (#389)

The validEmailsProvider contained n-1 valid email addresses and 1 domain;
this replaces the domain with two valid email addresses in that domain, so
that all entries match the name.
This commit is contained in:
Arnt Gulbrandsen
2024-09-15 22:03:00 +02:00
committed by GitHub
parent 92c1ab0cc1
commit b4a1a0e5a6
@@ -32,8 +32,9 @@ class DNSCheckValidationTest extends TestCase
['"Fred\ Bloggs"@ietf.org'],
['"Joe.\\Blow"@ietf.org'],
// unicide
['ñandu.cl'],
// unicode
['info@ñandu.cl'],
['ñandu@ñandu.cl'],
];
}