fix: Remove unnecessary assertion in test_main.py

This commit is contained in:
Paul Gauthier 2024-08-19 15:34:36 -07:00 committed by Paul Gauthier (aider)
parent cc2b48bef8
commit 6db122788a

View file

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