mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix linter issues in test_main.py
This commit is contained in:
parent
6146ea0189
commit
27a1d9e60f
1 changed files with 2 additions and 2 deletions
|
@ -401,12 +401,12 @@ class TestMain(TestCase):
|
|||
with GitTemporaryDirectory():
|
||||
test_file = "test_file.txt"
|
||||
Path(test_file).touch()
|
||||
|
||||
|
||||
coder = main(
|
||||
["--read", test_file, "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
return_coder=True,
|
||||
)
|
||||
|
||||
|
||||
self.assertIn(str(Path(test_file).resolve()), coder.abs_read_only_fnames)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue