mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Shorten comment to fix E501
This commit is contained in:
parent
9e0d7d9c46
commit
b79052501d
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ class TestMain(TestCase):
|
||||||
# main() should return 1 when argparse itself fails due to an invalid choice
|
# main() should return 1 when argparse itself fails due to an invalid choice
|
||||||
# (argparse exits with 2, which main converts to 1)
|
# (argparse exits with 2, which main converts to 1)
|
||||||
self.assertEqual(result, 1)
|
self.assertEqual(result, 1)
|
||||||
# offer_url is not called because argparse handles the error before aider's custom check
|
# offer_url not called: argparse handles error before aider's custom check
|
||||||
mock_offer_url.assert_not_called()
|
mock_offer_url.assert_not_called()
|
||||||
|
|
||||||
def test_default_model_selection(self):
|
def test_default_model_selection(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue