Skip to content

Commit a5c8c53

Browse files
committed
fix: Remove unnecessary f-string prefix in test case
1 parent 24159dd commit a5c8c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basic/test_coder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_get_file_mentions_various_formats(self):
363363
f"Files to modify:\n- **{test_files[0]}**\n- **{test_files[4]}**",
364364
{test_files[0], test_files[4]},
365365
),
366-
(f"Files mentioned like **aider/args.py** should be detected", set()),
366+
("Files mentioned like **aider/args.py** should be detected", set()),
367367
]
368368

369369
for content, expected_mentions in test_cases:

0 commit comments

Comments
 (0)