mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
fix: Remove unnecessary f-string prefix in test case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user