mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
@@ -21,7 +21,7 @@
|
||||
# #
|
||||
################################################################################
|
||||
|
||||
# #189: Line endings should be linux style
|
||||
# #193: Line endings should be linux style
|
||||
|
||||
import Framework
|
||||
import github
|
||||
@@ -31,7 +31,7 @@ class ConditionalRequestUpdate(Framework.TestCase):
|
||||
def setUp(self):
|
||||
Framework.TestCase.setUp(self)
|
||||
self.repo = self.g.get_repo("akfish/PyGithub")
|
||||
# #189: Let's separate this assert in its own test method, remove it from setUp.
|
||||
# #193: Let's separate this assert in its own test method, remove it from setUp.
|
||||
# Not updated
|
||||
self.assertFalse(self.repo.update(), msg="The repo is not changes. But update() != False")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user