mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
fixed tests
This commit is contained in:
parent
efd3c39e50
commit
a2f6860e34
7 changed files with 13 additions and 13 deletions
|
@ -15,7 +15,7 @@ from aider.utils import GitTemporaryDirectory
|
|||
|
||||
class TestRepo(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.GPT35 = Model("gpt-3.5-turbo", validate_environment=False)
|
||||
self.GPT35 = Model("gpt-3.5-turbo")
|
||||
|
||||
def test_diffs_empty_repo(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue