diff --git a/Tests/spfcheckTest.php b/Tests/spfcheckTest.php index ed4b0f6..154ac16 100644 --- a/Tests/spfcheckTest.php +++ b/Tests/spfcheckTest.php @@ -69,7 +69,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase $this->assertSame ($res, array ("mxvalid.spf.tester.fournier38.fr" => array ( "mx:tester.fournier38.fr" => array ( - "2a01:e0a:234:3930::103", + "2a01:e0a:234:3931::103", "2a01:e0a:289:3090::206", "82.64.55.197", "82.64.75.195"), @@ -92,7 +92,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase $this->assertSame ($res, array ("avalid.spf.tester.fournier38.fr" => array ( "a:tester.fournier38.fr" => array ( - "2a01:e0a:234:3930::100", + "2a01:e0a:234:3931::100", "82.64.55.197",), "-all" => array ()))); }