mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
fix: Ensure RepoMap() is called with refresh="files" in test_sonnet_and_cache_options
This commit is contained in:
parent
6db122788a
commit
ef7abf0de9
1 changed files with 2 additions and 0 deletions
|
@ -527,3 +527,5 @@ class TestMain(TestCase):
|
||||||
input=DummyInput(),
|
input=DummyInput(),
|
||||||
output=DummyOutput(),
|
output=DummyOutput(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
MockRepoMap.assert_called_once_with(refresh="files")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue