Skip to content

Commit 456bfbe

Browse files
ldeluigitimvink
authored andcommitted
Restore 100% test coverage on plugin.py
1 parent 3e0cb45 commit 456bfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_fallback(tmp_path):
124124
testproject_path = tmp_path / "testproject"
125125

126126
shutil.copytree(
127-
"tests/basic_setup/empty_site", str(testproject_path / "website" / "docs")
127+
"tests/basic_setup/docs", str(testproject_path / "website" / "docs")
128128
)
129129
shutil.copyfile(
130130
"tests/basic_setup/mkdocs_w_contribution.yml",

0 commit comments

Comments
 (0)