mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -34,9 +34,7 @@ class ConditionalRequestUpdate(Framework.TestCase):
|
||||
self.repo = self.g.get_repo("akfish/PyGithub", lazy=False)
|
||||
|
||||
def testDidNotUpdate(self):
|
||||
self.assertFalse(
|
||||
self.repo.update(), msg="The repo is not changed. But update() != False"
|
||||
)
|
||||
self.assertFalse(self.repo.update(), msg="The repo is not changed. But update() != False")
|
||||
|
||||
def testDidUpdate(self):
|
||||
self.assertTrue(
|
||||
|
||||
Reference in New Issue
Block a user