style: improve clarity of comment in test_commands.py

This commit is contained in:
Paul Gauthier 2024-10-29 13:18:53 -07:00 committed by Paul Gauthier (aider)
parent a876561ea0
commit d06c6f8557

View file

@ -728,7 +728,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 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)