mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
style: run linter and format test_commands.py for improved readability
This commit is contained in:
parent
384391129d
commit
9884d838ea
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ class TestCommands(TestCase):
|
|||
|
||||
# Assert that tool_output was called with the expected preview
|
||||
expected_preview = (
|
||||
"Copied last assistant message to clipboard. Preview: Latest assistant message in cur_messages"
|
||||
"Copied last assistant message to clipboard. Preview: Latest assistant message in"
|
||||
" cur_messages"
|
||||
)
|
||||
mock_tool_output.assert_any_call(expected_preview)
|
||||
io = InputOutput(pretty=False, yes=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue