Skip to content

Commit

Permalink
Turns on the green lights. Ready, set, go!
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-casey committed Sep 14, 2024
1 parent cf25c79 commit 02444d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tempest/Clock/tests/GenericClockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public function test_that_generic_clock_sleeps(): void

$timeAfter = time();

$this->assertEquals($timeAfter - 1, $timeBefore);
$this->assertGreaterThanOrEqual($timeBefore + 1, $timeAfter);
}
}

0 comments on commit 02444d6

Please sign in to comment.