mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
style: Format long line in test_commands.py for better readability
This commit is contained in:
parent
9cf4286cee
commit
a2bf2e2910
1 changed files with 2 additions and 1 deletions
|
@ -1309,7 +1309,8 @@ class TestCommands(TestCase):
|
||||||
# Check that the tool output shows the correct value with format
|
# Check that the tool output shows the correct value with format
|
||||||
# Use the actual input_value (not normalized) in the assertion
|
# Use the actual input_value (not normalized) in the assertion
|
||||||
mock_tool_output.assert_any_call(
|
mock_tool_output.assert_any_call(
|
||||||
f"Set thinking token budget to {expected_tokens:,} tokens ({input_value.lower()})."
|
f"Set thinking token budget to {expected_tokens:,} tokens"
|
||||||
|
f" ({input_value.lower()})."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Test with no value provided - should display current value
|
# Test with no value provided - should display current value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue