fixed tests

This commit is contained in:
Paul Gauthier 2024-04-22 14:14:06 -07:00
parent efd3c39e50
commit a2f6860e34
7 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ from aider.utils import ChdirTemporaryDirectory, GitTemporaryDirectory
class TestCoder(unittest.TestCase):
def setUp(self):
self.GPT35 = Model("gpt-3.5-turbo", validate_environment=False)
self.GPT35 = Model("gpt-3.5-turbo")
def test_allowed_to_edit(self):
with GitTemporaryDirectory():