mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: run linter and fix whitespace in test_io.py
This commit is contained in:
parent
ec10ead0c3
commit
843cc9ee4e
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class TestInputOutput(unittest.TestCase):
|
||||||
|
|
||||||
# Reset the mock to check for further calls
|
# Reset the mock to check for further calls
|
||||||
mock_input.reset_mock()
|
mock_input.reset_mock()
|
||||||
|
|
||||||
# Second call: should not prompt, immediately return False
|
# Second call: should not prompt, immediately return False
|
||||||
result = io.confirm_ask("Are you sure?", allow_never=True)
|
result = io.confirm_ask("Are you sure?", allow_never=True)
|
||||||
self.assertFalse(result)
|
self.assertFalse(result)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue