From 41435228a308579d0aee05556b31bc79f639fe1b Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:00:20 -0700 Subject: [PATCH] Update test_commands.py --- tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index 97a260e57..2adb2b107 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -45,7 +45,7 @@ class TestCommands(TestCase): def test_cmd_add_bad_glob(self): # https://github.com/paul-gauthier/aider/issues/293 - io = InputOutput(pretty=False, yes=True) + io = InputOutput(pretty=False, yes=False) from aider.coders import Coder coder = Coder.create(models.GPT35, None, io)