Skip to content

Commit c0dc7cb

Browse files
committed
Fix test
1 parent 23acfb8 commit c0dc7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_project(project):
6363
6464
"""
6565
# Just a basic sanity test.
66-
assert len(list(project.iterdir())) == 6
66+
assert len(list(project.iterdir())) == 8
6767
return
6868

6969

0 commit comments

Comments
 (0)