We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2316a commit 3216945Copy full SHA for 3216945
git/test/test_index.py
@@ -75,7 +75,7 @@ def __init__(self, *args):
75
76
def _assert_fprogress(self, entries):
77
self.assertEqual(len(entries), len(self._fprogress_map))
78
- for _path, call_count in self._fprogress_map.items():
+ for _path, call_count in self._fprogress_map.items():
79
self.assertEqual(call_count, 2)
80
# END for each item in progress map
81
self._reset_progress()
@@ -201,7 +201,7 @@ def test_index_file_from_tree(self, rw_repo):
201
202
# test BlobFilter
203
prefix = 'lib/git'
204
- for _stage, blob in base_index.iter_blobs(BlobFilter([prefix])):
+ for _stage, blob in base_index.iter_blobs(BlobFilter([prefix])):
205
assert blob.path.startswith(prefix)
206
207
# writing a tree should fail with an unmerged index
0 commit comments