Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 19, 2024
1 parent bac3df2 commit 1f3ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Core/AccessTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testSetExpiry(DateTime|DateInterval|int|null $expires, int $expe
$this::assertSame($expected, $this->token->expires);
}
catch(ExpectationFailedException $e){
$this::markTestSkipped($e->getMessage());
$this::markTestSkipped('timing test');
}

}
Expand Down

0 comments on commit 1f3ec4f

Please sign in to comment.