Skip to content

Commit db77525

Browse files
committed
Specify file when running integration test.
1 parent 8953d7d commit db77525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clio_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_snakemake_all_failure(module_path):
3333
def test_snakemake_integration_testing(module_path):
3434
"""Run a light-weight test simulating someone using this module."""
3535
assert subprocess.run(
36-
"snakemake --use-conda",
36+
"snakemake --use-conda results/by_shape_id/hydro_dam_cf.parquet",
3737
shell=True,
3838
check=True,
3939
cwd=module_path / "tests/integration",

0 commit comments

Comments
 (0)