We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24159dd commit a5c8c53Copy full SHA for a5c8c53
1 file changed
tests/basic/test_coder.py
@@ -363,7 +363,7 @@ def test_get_file_mentions_various_formats(self):
363
f"Files to modify:\n- **{test_files[0]}**\n- **{test_files[4]}**",
364
{test_files[0], test_files[4]},
365
),
366
- (f"Files mentioned like **aider/args.py** should be detected", set()),
+ ("Files mentioned like **aider/args.py** should be detected", set()),
367
]
368
369
for content, expected_mentions in test_cases:
0 commit comments