mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: Remove unnecessary f-string prefix in test case
This commit is contained in:
parent
24159dda58
commit
a5c8c534c1
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class TestCoder(unittest.TestCase):
|
|||
f"Files to modify:\n- **{test_files[0]}**\n- **{test_files[4]}**",
|
||||
{test_files[0], test_files[4]},
|
||||
),
|
||||
(f"Files mentioned like **aider/args.py** should be detected", set()),
|
||||
("Files mentioned like **aider/args.py** should be detected", set()),
|
||||
]
|
||||
|
||||
for content, expected_mentions in test_cases:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue