From a10cb17a3e0e2aa069f460acfbf717ab02b6e945 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 18 Dec 2023 13:10:03 +0100 Subject: Fix Time Test failing for no reason Co-authored-by: Sean Molenaar Signed-off-by: Benjamin Brahmer --- tests/Unit/Utility/TimeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Unit/Utility/TimeTest.php b/tests/Unit/Utility/TimeTest.php index f43b39455..54b5d4675 100644 --- a/tests/Unit/Utility/TimeTest.php +++ b/tests/Unit/Utility/TimeTest.php @@ -45,6 +45,6 @@ class TimeTest extends TestCase $time = new Time(); $result = (float) $time->getMicroTime(); - $this->assertTrue($result > $cur); + $this->assertTrue($result >= $cur); } } \ No newline at end of file -- cgit v1.2.3