mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix
This commit is contained in:
parent
f466d96597
commit
4782c2950f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class TestMain(TestCase):
|
|||
|
||||
result = setup_git_home(mock_io.return_value)
|
||||
|
||||
mock_io.return_value.tool_output.assert_called_with(
|
||||
mock_io.return_value.tool_output.assert_any_call(
|
||||
"Found git repositories in your home directory:"
|
||||
)
|
||||
mock_io.return_value.prompt_ask.assert_called_once()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue