Skip to content

Commit

Permalink
fix one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Sep 8, 2023
1 parent 4817cda commit 89e54af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AccessTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ public function testRetrieveCertsFromLocationRespectsCacheControl()
->shouldBeCalledTimes(1)
->will(function ($value) use ($phpunit) {
$phpunit->assertEqualsWithDelta(1000, $value[0]->getTimestamp() - time(), 1);
return $this;
});

$this->cache->getItem('google_auth_certs_cache|federated_signon_certs_v3')
Expand Down

0 comments on commit 89e54af

Please sign in to comment.