mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
fix broken test
This commit is contained in:
parent
e996c56a51
commit
5dba1624c7
2 changed files with 1 additions and 5 deletions
|
@ -65,7 +65,7 @@ class TestCoder(unittest.TestCase):
|
|||
|
||||
# Mock the git repo
|
||||
mock_repo = MagicMock()
|
||||
mock_repo.git.ls_files.return_value = "./file1.txt\n./other/file1.txt"
|
||||
mock_repo.git.ls_files.return_value = "file1.txt\nother/file1.txt"
|
||||
coder.repo = mock_repo
|
||||
|
||||
# Call the check_for_file_mentions method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue