diff --git a/test/test_private.py b/test/test_private.py index e74507800..26708e931 100644 --- a/test/test_private.py +++ b/test/test_private.py @@ -91,8 +91,8 @@ def test_parse_rfc3339(self): with self.assertRaises(ValueError): timeconv.parse_rfc3339( - timeconv.parse_rfc3339('2021-02-10T04:36:22.118970777x')) + timeconv.parse_rfc3339('2021-02-10T04:36:22.118970777x')) # type: ignore with self.assertRaises(ValueError): timeconv.parse_rfc3339( - timeconv.parse_rfc3339('2021-02-10T04:36:22.118970777-99:99')) + timeconv.parse_rfc3339('2021-02-10T04:36:22.118970777-99:99')) # type: ignore