Skip to content

Commit

Permalink
Fix test docs (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Feb 19, 2025
1 parent 5a42eea commit ca58855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup_class(cls):

load_dotenv()

cls.md_files = list(cls.docs_dir.rglob("*.md"))
cls.md_files = list(cls.docs_dir.rglob("*.mdx"))
if not cls.md_files:
raise ValueError(f"No markdown files found in {cls.docs_dir}")

Expand Down

0 comments on commit ca58855

Please sign in to comment.