mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
fix: Use repo map only when map_tokens is greater than 0
This commit is contained in:
parent
e20657096f
commit
fb0691914c
2 changed files with 2 additions and 2 deletions
|
@ -384,7 +384,7 @@ class TestMain(TestCase):
|
|||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
)
|
||||
MockRepoMap.assert_called_once()
|
||||
MockRepoMap.assert_not_called()
|
||||
|
||||
def test_map_tokens_option_with_non_zero_value(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue