소스 검색

Update timestamp value in test

Andrius Petrauskis 8 년 전
부모
커밋
ea0db4f07b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/JonnyW/PhantomJs/Tests/Integration/ClientTest.php

+ 1 - 1
src/JonnyW/PhantomJs/Tests/Integration/ClientTest.php

@@ -385,7 +385,7 @@ EOF;
         $this->assertEquals(array(
             'domain' => '.jonnyw.kiwi',
             'expires' => 'Mon, 16 Nov 2020 00:00:00 GMT',
-            'expiry' => '1605481200',
+            'expiry' => '1605477600',
             'httponly' => true,
             'name' => 'test_cookie',
             'path' => '/',