mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
fix: Update assertion in test_setup_git_home_invalid_choice
This commit is contained in:
parent
54c5fb2bbd
commit
fc77570b38
1 changed files with 1 additions and 1 deletions
|
@ -680,6 +680,6 @@ class TestMain(TestCase):
|
|||
mock_io_instance.tool_error.assert_called_with(
|
||||
"Please enter a number between 1 and 2"
|
||||
)
|
||||
mock_io_instance.tool_output.assert_called_with(
|
||||
mock_io_instance.tool_output.assert_any_call(
|
||||
"Found git repositories in your home directory:"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue