mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
style: fix indentation in test_editblock.py
This commit is contained in:
parent
f7c0c433c3
commit
90730845de
1 changed files with 4 additions and 3 deletions
|
@ -372,10 +372,11 @@ creating a new file
|
|||
|
||||
coder.send = mock_send
|
||||
|
||||
def mock_sswr(*args, **kwargs): return "noop"
|
||||
def mock_sswr(*args, **kwargs):
|
||||
return "noop"
|
||||
|
||||
with patch("aider.sendchat.simple_send_with_retries", mock_sswr):
|
||||
# Call the run method with a message
|
||||
coder.run(with_message="hi")
|
||||
coder.run(with_message="hi")
|
||||
|
||||
content = Path(file1).read_text(encoding="utf-8")
|
||||
self.assertEqual(content, "one\ntwo\nthree\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue