mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
style: Format code with linter
This commit is contained in:
parent
364fda461f
commit
9d0b3d17bc
1 changed files with 3 additions and 1 deletions
|
@ -817,7 +817,9 @@ class TestCommands(TestCase):
|
|||
file_path.write_text("Modified content")
|
||||
|
||||
# Mock repo.get_commit_message to return a canned commit message
|
||||
with mock.patch.object(repo, "get_commit_message", return_value="Canned commit message"):
|
||||
with mock.patch.object(
|
||||
repo, "get_commit_message", return_value="Canned commit message"
|
||||
):
|
||||
# Run cmd_commit
|
||||
commands.cmd_commit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue