From e052f3b9e1d9703a5a466daeaf37bacf476c2daf Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Oct 2023 01:00:14 -0400 Subject: New upstream version 1.26.1. --- test/test_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_extractor.py') 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): -- cgit v1.2.3