diff --git a/tests/test_commands.py b/tests/test_commands.py index fdbf91da5..da65fa714 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -9,7 +9,7 @@ from aider.coder import Coder class TestCommands(unittest.TestCase): def test_cmd_add(self): with tempfile.TemporaryDirectory() as tmpdir: - io = IO(pretty=False, yes=True, input_history_file="", chat_history_file="") + io = IO(pretty=False, yes=True) coder = Coder(root=tmpdir) commands = Commands(io, coder)