summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Utility/TimeTest.php2
1 files changed, 1 insertions, 1 deletions
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