fix: Ensure RepoMap() is called with refresh="files" in test_sonnet_and_cache_options

This commit is contained in:
Paul Gauthier (aider) 2024-08-19 15:34:38 -07:00
parent 6db122788a
commit ef7abf0de9

View file

@ -527,3 +527,5 @@ class TestMain(TestCase):
input=DummyInput(),
output=DummyOutput(),
)
MockRepoMap.assert_called_once_with(refresh="files")