mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Fix line length in test comment
This commit is contained in:
parent
798f6983e4
commit
5d2aea434c
1 changed files with 2 additions and 1 deletions
|
@ -1092,7 +1092,8 @@ class TestMain(TestCase):
|
|||
self.assertIn("test-provider/unique-model-name", output)
|
||||
|
||||
def test_list_models_includes_all_model_sources(self):
|
||||
# Test that models from both litellm.model_cost and model-metadata.json appear in list-models
|
||||
# Test that models from both litellm.model_cost and model-metadata.json
|
||||
# appear in list-models
|
||||
with GitTemporaryDirectory():
|
||||
# Create a temporary model-metadata.json with test models
|
||||
metadata_file = Path(".aider.model.metadata.json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue