diff --git a/tests/basic/test_commands.py b/tests/basic/test_commands.py index 0a2ab0fee..f47117177 100644 --- a/tests/basic/test_commands.py +++ b/tests/basic/test_commands.py @@ -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)