diff --git a/tests/Core/AccessTokenTest.php b/tests/Core/AccessTokenTest.php index 4739d01..a7f952b 100644 --- a/tests/Core/AccessTokenTest.php +++ b/tests/Core/AccessTokenTest.php @@ -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'); } }