diff --git a/tests/basic/test_editor.py b/tests/basic/test_editor.py index 47b1fac44..41b29e8f1 100644 --- a/tests/basic/test_editor.py +++ b/tests/basic/test_editor.py @@ -109,7 +109,7 @@ with open("{log_path}", "w") as f: called_args = f.read().strip() # Verify the editor was called with a .md file - assert called_args.endswith(".md") + assert called_args.endswith(".md"), called_args finally: # Clean up