We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a884fe commit 107b1b4Copy full SHA for 107b1b4
test/test_index.py
@@ -1223,7 +1223,7 @@ def test_index_file_v3(self):
1223
assert index.entries
1224
assert index.version == 3
1225
assert len(index.entries) == 4
1226
- assert index.entries[('init.t', 0)].skip_worktree
+ assert index.entries[("init.t", 0)].skip_worktree
1227
1228
# Write the data - it must match the original.
1229
with tempfile.NamedTemporaryFile() as tmpfile:
0 commit comments