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