Skip to content

Commit db145b1

Browse files
committed
fix: remove unused variable in test
1 parent 096ca99 commit db145b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_complete_coverage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ def test_root_anchored_pattern(self, tmp_path):
575575
(project / ".gitignore").write_text("/config.json\n", encoding="utf-8")
576576

577577
tree = map_directory(project)
578-
names = get_all_files_in_tree(tree)
579578

580579
root_node = find_node_by_path(tree, ["config.json"])
581580
nested_node = find_node_by_path(tree, ["src", "config.json"])

0 commit comments

Comments
 (0)