We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56981a commit 9c7a48bCopy full SHA for 9c7a48b
1 file changed
tests/test_extract.py
@@ -76,8 +76,8 @@ def _check_counts(self, entity, tmp_path):
76
# - export=label
77
78
arguments = {
79
- "INPUT": self._samples_folder,
80
- "OUTPUT": tmp_path,
+ "INPUT_DIR": self._samples_folder,
+ "--output": tmp_path,
81
"--export": [entity],
82
"--limit": None,
83
"--bz2": False,
0 commit comments