From c893bc21ab6ddd186c7f96025714dbb650327cde Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 7 Mar 2025 16:53:31 -0800 Subject: [PATCH] style: Apply linter formatting to test_reasoning.py --- tests/basic/test_reasoning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_reasoning.py b/tests/basic/test_reasoning.py index 1ebb1d332..7e455099e 100644 --- a/tests/basic/test_reasoning.py +++ b/tests/basic/test_reasoning.py @@ -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