mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -104,9 +104,7 @@ class GithubObject(unittest.TestCase):
|
||||
|
||||
actual = gho.GithubObject._makeTimestampAttribute(1611405296)
|
||||
self.assertEqual(gho._ValuedAttribute, type(actual))
|
||||
self.assertEqual(
|
||||
datetime(2021, 1, 23, 12, 34, 56, tzinfo=timezone.utc), actual.value
|
||||
)
|
||||
self.assertEqual(datetime(2021, 1, 23, 12, 34, 56, tzinfo=timezone.utc), actual.value)
|
||||
|
||||
def testMakeTimetsampAttributeBadValues(self):
|
||||
for value in ["1611405296", 1234.567]:
|
||||
|
||||
Reference in New Issue
Block a user