Skip to content

Commit 867fee4

Browse files
committed
fix: Enable enhanced map for C# repo map test
Co-authored-by: cecli (openai/gemini_cli/gemini-2.5-pro)
1 parent 3c13289 commit 867fee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basic/test_repomap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def _test_language_repo_map(self, lang, key, symbol):
577577
f.write(content)
578578

579579
io = InputOutput()
580-
repo_map = RepoMap(main_model=self.GPT35, io=io)
580+
repo_map = RepoMap(main_model=self.GPT35, io=io, use_enhanced_map=True)
581581
other_files = [test_file]
582582
result = repo_map.get_repo_map([], other_files)
583583
dump(lang)

0 commit comments

Comments
 (0)