mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
style: fix whitespace and comment formatting in test_commands.py
This commit is contained in:
parent
be54df4084
commit
c3ba3b6f48
1 changed files with 4 additions and 4 deletions
|
@ -748,7 +748,7 @@ class TestCommands(TestCase):
|
|||
self.assertTrue(Path(session_file).exists())
|
||||
with open(session_file, encoding=io.encoding) as f:
|
||||
commands_text = f.read()
|
||||
#ai: parse the commands_text and check for os.path.samefile()!
|
||||
# ai: parse the commands_text and check for os.path.samefile()!
|
||||
self.assertIn("/add file1.txt", commands_text)
|
||||
self.assertIn(f"/read-only {external_file_path}", commands_text)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue