Skip to content

Commit 9c7a48b

Browse files
committed
updates test parameters passed to main test method
1 parent e56981a commit 9c7a48b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_extract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def _check_counts(self, entity, tmp_path):
7676
# - export=label
7777

7878
arguments = {
79-
"INPUT": self._samples_folder,
80-
"OUTPUT": tmp_path,
79+
"INPUT_DIR": self._samples_folder,
80+
"--output": tmp_path,
8181
"--export": [entity],
8282
"--limit": None,
8383
"--bz2": False,

0 commit comments

Comments
 (0)