We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5c609 commit 8190b17Copy full SHA for 8190b17
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