Skip to content

Commit 107b1b4

Browse files
authored
make linter happy
1 parent 8a884fe commit 107b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ def test_index_file_v3(self):
12231223
assert index.entries
12241224
assert index.version == 3
12251225
assert len(index.entries) == 4
1226-
assert index.entries[('init.t', 0)].skip_worktree
1226+
assert index.entries[("init.t", 0)].skip_worktree
12271227

12281228
# Write the data - it must match the original.
12291229
with tempfile.NamedTemporaryFile() as tmpfile:

0 commit comments

Comments
 (0)