mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
fix: Correctly format long error message string
This commit is contained in:
parent
e1485971d8
commit
0901e6ab77
1 changed files with 2 additions and 1 deletions
|
@ -1339,7 +1339,8 @@ class Commands:
|
|||
|
||||
# Check that appropriate error messages were shown
|
||||
mock_tool_error.assert_any_call(
|
||||
"Command '/ask Tell me about the code' is only supported in interactive mode, skipping."
|
||||
"Command '/ask Tell me about the code' is only supported in interactive"
|
||||
" mode, skipping."
|
||||
)
|
||||
mock_tool_error.assert_any_call(
|
||||
"Command '/model gpt-4' is only supported in interactive mode, skipping."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue