Skip to content

Commit 6c39c6d

Browse files
committed
fix: update tests with new format
1 parent fe5f3fb commit 6c39c6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_subcollection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def generate_subcollection(self, collection: Collection):
3838
class TestCollection(Collection):
3939
pages = [page1, page2, page3]
4040
plugins = [SubCollections]
41+
SubCollections = [TestSubCollector]
4142

4243
site.collection(TestCollection)
4344
site.render()

0 commit comments

Comments
 (0)