There was an error while loading. Please reload this page.
1 parent b36f558 commit 565ed93Copy full SHA for 565ed93
1 file changed
tests/conftest.py
@@ -91,7 +91,7 @@ def unihan_options(
91
) -> "UntypedDict":
92
return {
93
"source": zip_path,
94
- "work_dir": cache_path,
+ "work_dir": cache_path / "work_dir",
95
"zip_path": cache_path / "downloads" / "Moo.zip",
96
}
97
0 commit comments