Skip to content

Commit 0dad9bc

Browse files
committed
Adjust tests
1 parent 911a0cd commit 0dad9bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/annotate/calculate_marker_genes_scanpy

src/annotate/calculate_marker_genes_scanpy/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_default_execution(run_component, tmp_path):
2121
input_path,
2222
"--modality",
2323
"rna",
24-
"--sel_clustering",
24+
"--obs_clustering",
2525
"cell_type",
2626
"--output",
2727
str(output_path),
@@ -60,7 +60,7 @@ def test_filter_results(run_component, tmp_path):
6060
input_path,
6161
"--modality",
6262
"rna",
63-
"--sel_clustering",
63+
"--obs_clustering",
6464
"cell_type",
6565
"--output",
6666
str(output_path),

0 commit comments

Comments
 (0)