Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumFalconMechanic committed Apr 30, 2024
1 parent 0550b99 commit 83f09a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cellxgene_schema_cli/tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,8 @@ def test__validate_scalefactors_tissue_hires_scalef_is_float_error(self):
@pytest.mark.parametrize(
"assay_ontology_term_id, is_single",
[
(["EFO:0010961", "EFO:0030062"], [True, True]),
(["EFO:0010961", "EFO:0030062"], [False, True]),
(["EFO:0010961", "EFO:0030062"], True),
(["EFO:0010961", "EFO:0030062"], False),
("EFO:0010961", False),
("EFO:0030062", True),
("EFO:0030062", False),
Expand Down

0 comments on commit 83f09a7

Please sign in to comment.