From 1f3ec4ff726a8d519e62bbc9878c84f7a6437d7c Mon Sep 17 00:00:00 2001 From: smiley Date: Sun, 19 May 2024 20:11:25 +0200 Subject: [PATCH] :shower: --- tests/Core/AccessTokenTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }