aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-22 01:00:14 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-22 01:00:14 -0400
commite052f3b9e1d9703a5a466daeaf37bacf476c2daf (patch)
treefc608c7d452695706fb13e2b0b34671f569f3ab0 /test/test_extractor.py
parentb8758ecd073910ce3220b2e68399147b425c37b8 (diff)
New upstream version 1.26.1.upstream/1.26.1
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py
index 9387f5b..29ccf97 100644
--- a/test/test_extractor.py
+++ b/test/test_extractor.py
@@ -238,7 +238,7 @@ class TestExtractorWait(unittest.TestCase):
until = datetime.fromtimestamp(until)
o = self._isotime_to_seconds(output)
u = self._isotime_to_seconds(until.time().isoformat()[:8])
- self.assertLess(o-u, 1.0)
+ self.assertLessEqual(o-u, 1.0)
@staticmethod
def _isotime_to_seconds(isotime):