fix: Remove unnecessary f-string prefix in test case

This commit is contained in:
Paul Gauthier (aider) 2025-03-22 13:26:19 -07:00
parent 24159dda58
commit a5c8c534c1

View file

@ -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: