mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Fix coverage
This commit is contained in:
@@ -42,4 +42,4 @@ class Issue140(Framework.TestCase): # https://github.com/jacquev6/PyGithub/issu
|
||||
self.assertEqual(len(contents.content), 4722)
|
||||
|
||||
def testGetDirContentsWithRef(self):
|
||||
contents = self.repo.get_dir_contents("/js", "")
|
||||
self.assertEqual(len(self.repo.get_dir_contents("/js", "8c7f9c66a7d12f47f50618ef420868fe836d0c33")), 15)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user