mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: Update expected model name for 'opus' alias test
This commit is contained in:
parent
fea0ff189f
commit
6b2bcf651e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.name, "claude-3-5-haiku-20241022")
|
||||
|
||||
model = Model("opus")
|
||||
self.assertEqual(model.name, "claude-3-opus-20240229")
|
||||
self.assertEqual(model.name, "claude-opus-4-20250514")
|
||||
|
||||
# Test non-alias passes through unchanged
|
||||
model = Model("gpt-4")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue