diff options
| author | 2023-10-22 01:00:20 -0400 | |
|---|---|---|
| committer | 2023-10-22 01:00:20 -0400 | |
| commit | eec4f7f008e8ea79fb188d1a83899ffc111c01f6 (patch) | |
| tree | 296978db828683b62f28966b33c71ab65de6ef32 /test/test_extractor.py | |
| parent | 2a69d9df4852d040011999e269be4390b253ed92 (diff) | |
| parent | e052f3b9e1d9703a5a466daeaf37bacf476c2daf (diff) | |
Update upstream source from tag 'upstream/1.26.1'
Update to upstream version '1.26.1'
with Debian dir 0ae933d6689388e4d54c2e1b49ae788c18b91545
Diffstat (limited to 'test/test_extractor.py')
| -rw-r--r-- | test/test_extractor.py | 2 |
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): |
