Skip to content

Commit 8b01f43

Browse files
committed
respond to greptile
1 parent d5285bf commit 8b01f43

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/app/tests/test_agent_files.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,7 @@ def test_generate_agent_files_emits_trailing_slash_variants():
362362
files = dict(generate_agent_files())
363363

364364
markdown_paths = [
365-
path
366-
for path in files
367-
if path.suffix == ".md" and path.name != ".md" and path.parts[0] != "llms.txt"
365+
path for path in files if path.suffix == ".md" and path.name != ".md"
368366
]
369367
assert markdown_paths, "expected at least one markdown asset"
370368

0 commit comments

Comments
 (0)