mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
test: Add error message to editor file extension assertion
This commit is contained in:
parent
3fd4a2841a
commit
ea0ee96398
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ with open("{log_path}", "w") as f:
|
||||||
called_args = f.read().strip()
|
called_args = f.read().strip()
|
||||||
|
|
||||||
# Verify the editor was called with a .md file
|
# Verify the editor was called with a .md file
|
||||||
assert called_args.endswith(".md")
|
assert called_args.endswith(".md"), called_args
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue