From ea0ee96398ab1ed469845e6f38243faae4d125ac Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 24 Feb 2025 11:45:48 -0800 Subject: [PATCH] test: Add error message to editor file extension assertion --- tests/basic/test_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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