-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
gitdb/gitdb/test/test_base.py at master · gitpython-developers/gitdb
istream.size = s * 2
istream.size == s * 2
istream.size == s * 2 doesn't do anything. It should probably be assert istream.size == s * 2.