mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Fix test
This commit is contained in:
parent
9bc450977d
commit
aedfa64eb9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class TestInputOutput(unittest.TestCase):
|
|||
rel_fnames = ["non_existent_file.txt"]
|
||||
addable_rel_fnames = []
|
||||
commands = None
|
||||
autocompleter = AutoCompleter(root, rel_fnames, addable_rel_fnames, commands)
|
||||
autocompleter = AutoCompleter(root, rel_fnames, addable_rel_fnames, commands, "utf-8")
|
||||
self.assertEqual(autocompleter.words, set(rel_fnames))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue