mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Apply linter formatting to test_reasoning.py
This commit is contained in:
parent
c8c5cbf8cc
commit
c893bc21ab
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class TestReasoning(unittest.TestCase):
|
|||
# Create a mock hash object
|
||||
mock_hash = MagicMock()
|
||||
mock_hash.hexdigest.return_value = "mock_hash_digest"
|
||||
|
||||
|
||||
# Mock the model's send_completion method to return the expected tuple format
|
||||
with patch.object(model, "send_completion", return_value=(mock_hash, mock_completion)):
|
||||
# Call send with a simple message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue