This commit is contained in:
Paul Gauthier 2024-11-26 07:09:49 -08:00
parent b70e0bd1f6
commit 5b68c2c7d9

View file

@ -678,7 +678,7 @@ class TestMain(TestCase):
self.assertEqual(result, 1) # main() should return 1 on error self.assertEqual(result, 1) # main() should return 1 on error
mock_offer_url.assert_called_once() mock_offer_url.assert_called_once()
args, _ = mock_offer_url.call_args args, _ = mock_offer_url.call_args
self.assertEqual(args[0], "https://aider.chat/docs/edit-formats.html") self.assertEqual(args[0], "https://aider.chat/docs/more/edit-formats.html")
def test_chat_language_spanish(self): def test_chat_language_spanish(self):
with GitTemporaryDirectory(): with GitTemporaryDirectory():