mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix last test
This commit is contained in:
parent
55a99143c2
commit
dde2dee304
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class TestInputOutput(unittest.TestCase):
|
|||
|
||||
@patch("builtins.input", side_effect=["d"])
|
||||
def test_confirm_ask_allow_never(self, mock_input):
|
||||
io = InputOutput(pretty=False)
|
||||
io = InputOutput(pretty=False, fancy_input=False)
|
||||
|
||||
# First call: user selects "Don't ask again"
|
||||
result = io.confirm_ask("Are you sure?", allow_never=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue