mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
style: fix whitespace in test_commands.py
This commit is contained in:
parent
5030881934
commit
c8282fc8d3
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class TestCommands(TestCase):
|
||||||
# Add all files to the chat session
|
# Add all files to the chat session
|
||||||
for fname in test_files:
|
for fname in test_files:
|
||||||
commands.cmd_add(fname)
|
commands.cmd_add(fname)
|
||||||
|
|
||||||
initial_count = len(coder.abs_fnames)
|
initial_count = len(coder.abs_fnames)
|
||||||
self.assertEqual(initial_count, 3)
|
self.assertEqual(initial_count, 3)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue