mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Format code with linter
This commit is contained in:
parent
339c03dd90
commit
0ba9f63365
1 changed files with 3 additions and 1 deletions
|
@ -137,7 +137,9 @@ class TestRepoMap(unittest.TestCase):
|
||||||
|
|
||||||
# Get another repo map without force_refresh
|
# Get another repo map without force_refresh
|
||||||
second_map = repo_map.get_repo_map(chat_files, other_files)
|
second_map = repo_map.get_repo_map(chat_files, other_files)
|
||||||
self.assertEqual(initial_map, second_map, "RepoMap should not change without force_refresh")
|
self.assertEqual(
|
||||||
|
initial_map, second_map, "RepoMap should not change without force_refresh"
|
||||||
|
)
|
||||||
|
|
||||||
# Get a new repo map with force_refresh
|
# Get a new repo map with force_refresh
|
||||||
final_map = repo_map.get_repo_map(chat_files, other_files, force_refresh=True)
|
final_map = repo_map.get_repo_map(chat_files, other_files, force_refresh=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue