We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2324295 commit 5762f04Copy full SHA for 5762f04
packages/datetime/tests/TimestampTest.php
@@ -571,8 +571,8 @@ public function test_nano_precision_temporal_comparisons(): void
571
public function test_future_past_comprehensive(): void
572
{
573
$now = Timestamp::monotonic();
574
- $future = $now->plusMilliseconds(15);
575
- $past = $now->minusMilliseconds(15);
+ $future = $now->plusMilliseconds(30);
+ $past = $now->minusMilliseconds(30);
576
577
$this->assertTrue($future->isFuture());
578
$this->assertFalse($future->isPast());
0 commit comments