mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
refactor: Remove unused variable in test_main.py
This commit is contained in:
parent
8679c425e0
commit
3ad5d75bee
1 changed files with 0 additions and 1 deletions
|
@ -939,7 +939,6 @@ class TestMain(TestCase):
|
|||
# Test with relative path and git root
|
||||
git_root = "/path/to/git/root"
|
||||
rel_path = ".aiderignore"
|
||||
expected = os.path.join(git_root, rel_path)
|
||||
self.assertEqual(
|
||||
resolve_aiderignore_path(rel_path, git_root), str(Path(git_root) / rel_path)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue