Skip to content

Commit c0afae3

Browse files
authored
Update testIsEmailableAddressReturnsTrueWhenEmailIsValid test (#1235)
1 parent 0fc2558 commit c0afae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/IsEmailableAddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static function provideValidEmail(): \Generator
6161
'jcastagnetto-NO-SPAM@yahoo.com',
6262
'jesusmc@scripps.edu',
6363
'jmcastagnetto@yahoo.com',
64-
'some-wrong@asdas.com',
64+
'not-exists@thephp.foundation',
6565
];
6666

6767
foreach ($values as $value) {

0 commit comments

Comments
 (0)