style: Apply linter formatting to test_reasoning.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-07 16:53:31 -08:00
parent c8c5cbf8cc
commit c893bc21ab

View file

@ -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