mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
use a windows compatible regex filename
This commit is contained in:
parent
dc19a1fe4b
commit
d2acb8e95e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class TestCommands(TestCase):
|
|||
coder = Coder.create(models.GPT35, None, io)
|
||||
commands = Commands(io, coder)
|
||||
|
||||
fname = Path("*.nonexistent")
|
||||
fname = Path("[abc].nonexistent")
|
||||
|
||||
# Call the cmd_add method with a non-existent file pattern
|
||||
commands.cmd_add(str(fname))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue