mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
test: Update default Gemini model assertion
This commit is contained in:
parent
cde08da282
commit
fa89a6950b
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ class TestMain(TestCase):
|
||||||
coder = main(
|
coder = main(
|
||||||
["--exit", "--yes"], input=DummyInput(), output=DummyOutput(), return_coder=True
|
["--exit", "--yes"], input=DummyInput(), output=DummyOutput(), return_coder=True
|
||||||
)
|
)
|
||||||
self.assertIn("flash", coder.main_model.name.lower())
|
self.assertIn("gemini", coder.main_model.name.lower())
|
||||||
del os.environ["GEMINI_API_KEY"]
|
del os.environ["GEMINI_API_KEY"]
|
||||||
|
|
||||||
# Test no API keys
|
# Test no API keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue