mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: format code with linter
This commit is contained in:
parent
8c1fa3e9ff
commit
4d08f9c6c5
1 changed files with 3 additions and 1 deletions
|
@ -647,7 +647,9 @@ class TestMain(TestCase):
|
|||
result = setup_git_home(mock_io_instance)
|
||||
|
||||
self.assertEqual(result, Path(temp_home) / "new_project")
|
||||
mock_make_new_repo.assert_called_with(Path(temp_home) / "new_project", mock_io_instance)
|
||||
mock_make_new_repo.assert_called_with(
|
||||
Path(temp_home) / "new_project", mock_io_instance
|
||||
)
|
||||
|
||||
@patch("aider.main.InputOutput")
|
||||
@patch("aider.main.Path")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue