mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
wip
This commit is contained in:
parent
2b07a334cc
commit
4774f0518c
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ class TestMain(TestCase):
|
|||
self.tempdir = tempfile.mkdtemp()
|
||||
os.chdir(self.tempdir)
|
||||
|
||||
with patch("aider.main.Coder.check_model_availability") as self.mock_check:
|
||||
self.mock_check.return_value = True
|
||||
with patch("aider.main.Coder.check_model_availability") as self.mock_check:
|
||||
self.mock_check.return_value = True
|
||||
super().setUp()
|
||||
|
||||
def tearDown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue