mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Apply linter formatting
This commit is contained in:
parent
dfe3457906
commit
db05754d29
1 changed files with 3 additions and 2 deletions
|
@ -1143,8 +1143,9 @@ class TestCommands(TestCase):
|
|||
self.assertIsNotNone(result)
|
||||
self.assertIn(expected_output_fragment, result)
|
||||
# Check that the output was also added to cur_messages
|
||||
self.assertTrue(any(expected_output_fragment in msg["content"] for msg in coder.cur_messages))
|
||||
|
||||
self.assertTrue(
|
||||
any(expected_output_fragment in msg["content"] for msg in coder.cur_messages)
|
||||
)
|
||||
|
||||
def test_cmd_add_drop_untracked_files(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue