mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
style: Fix linter warnings in test_commands.py
This commit is contained in:
parent
2e4cf48e7e
commit
9a7bdcb6db
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ class TestCommands(TestCase):
|
|||
|
||||
# Test the cmd_run method with a command that should not raise an error
|
||||
commands.cmd_run("exit 1", add_on_nonzero_exit=True)
|
||||
|
||||
|
||||
# Check that the output was added to cur_messages
|
||||
self.assertTrue(any("exit 1" in msg["content"] for msg in coder.cur_messages))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue