We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5cd5 commit 46d1797Copy full SHA for 46d1797
1 file changed
tests/conftest.py
@@ -95,7 +95,7 @@ def unihan_options(
95
) -> "UntypedDict":
96
return {
97
"source": zip_path,
98
- "work_dir": cache_path,
+ "work_dir": cache_path / "work_dir",
99
"zip_path": cache_path / "downloads" / "Moo.zip",
100
}
101
0 commit comments