mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
update tests
This commit is contained in:
parent
45de64535a
commit
5c538327c3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class TestMain(TestCase):
|
|||
def test_main_with_git_config_yml(self):
|
||||
make_repo()
|
||||
|
||||
Path(".aider.conf.yml").write_text("no-auto-commits: true\n")
|
||||
Path(".aider.conf.yml").write_text("auto-commits: false\n")
|
||||
with patch("aider.main.Coder.create") as MockCoder:
|
||||
main(["--yes"], input=DummyInput(), output=DummyOutput())
|
||||
_, kwargs = MockCoder.call_args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue