mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
fix: Correct token budget message formatting in test case
This commit is contained in:
parent
a2bf2e2910
commit
3d05007024
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ class TestCommands(TestCase):
|
|||
# Use the actual input_value (not normalized) in the assertion
|
||||
mock_tool_output.assert_any_call(
|
||||
f"Set thinking token budget to {expected_tokens:,} tokens"
|
||||
f" ({input_value.lower()})."
|
||||
f" ({input_value})."
|
||||
)
|
||||
|
||||
# Test with no value provided - should display current value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue