mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: Format code for better readability
This commit is contained in:
parent
66dc844977
commit
ba6ec1a94c
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ class TestRepoMap(unittest.TestCase):
|
||||||
|
|
||||||
# Get another repo map
|
# Get another repo map
|
||||||
second_map = repo_map.get_repo_map([], other_files)
|
second_map = repo_map.get_repo_map([], other_files)
|
||||||
self.assertNotEqual(initial_map, second_map, "RepoMap should change with refresh='files'")
|
self.assertNotEqual(
|
||||||
|
initial_map, second_map, "RepoMap should change with refresh='files'"
|
||||||
|
)
|
||||||
self.assertIn("functionNEW", second_map)
|
self.assertIn("functionNEW", second_map)
|
||||||
|
|
||||||
# close the open cache files, so Windows won't error
|
# close the open cache files, so Windows won't error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue