Skip to content

Commit 1f3ec4f

Browse files
committed
🚿
1 parent bac3df2 commit 1f3ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/AccessTokenTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testSetExpiry(DateTime|DateInterval|int|null $expires, int $expe
7676
$this::assertSame($expected, $this->token->expires);
7777
}
7878
catch(ExpectationFailedException $e){
79-
$this::markTestSkipped($e->getMessage());
79+
$this::markTestSkipped('timing test');
8080
}
8181

8282
}

0 commit comments

Comments
 (0)