Skip to content

Commit 16d3603

Browse files
committed
fix test
1 parent 32837d1 commit 16d3603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/docs_beta_snippets/docs_beta_snippets_tests/test_all_files_load.py

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
f"{snippets_folder}/guides/components/existing-project/definitions-after.py",
2525
# there are no components defined in the snippets and so it would fail to load
2626
f"{snippets_folder}/guides/components/index/5-definitions.py",
27+
f"{snippets_folder}/guides/components/existing-project/6-initial-definitions.py",
28+
f"{snippets_folder}/guides/components/existing-project/7-updated-definitions.py",
2729
}
2830

2931
EXCLUDED_DIRS = {

0 commit comments

Comments
 (0)