Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync GitTree class with API spec #3132

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated test assertions
  • Loading branch information
EnricoMi committed Jan 8, 2025
commit d327570c21cc982efcbe2b98d7a6d41d4b891410
2 changes: 1 addition & 1 deletion tests/GitTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def testAttributes(self):
self.tree.tree[6].url,
"https://api.github.com/repos/jacquev6/PyGithub/git/trees/60b4602b2c2070246c5df078fb7a5150b45815eb",
)
self.assertEqual(self.tree.truncated, False)
self.assertIsNone(self.tree.truncated)
self.assertEqual(
self.tree.url,
"https://api.github.com/repos/jacquev6/PyGithub/git/trees/f492784d8ca837779650d1fb406a1a3587a764ad",
Expand Down
Loading