diff --git a/tests/Unit/IsEmailableAddressTest.php b/tests/Unit/IsEmailableAddressTest.php index 900f356e1d..acad65e4c1 100644 --- a/tests/Unit/IsEmailableAddressTest.php +++ b/tests/Unit/IsEmailableAddressTest.php @@ -61,7 +61,7 @@ public static function provideValidEmail(): \Generator 'jcastagnetto-NO-SPAM@yahoo.com', 'jesusmc@scripps.edu', 'jmcastagnetto@yahoo.com', - 'some-wrong@asdas.com', + 'not-exists@thephp.foundation', ]; foreach ($values as $value) {