Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Oct 28, 2024
1 parent 0585386 commit a49a8fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cellxgene_schema_cli/tests/test_schema_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2974,6 +2974,7 @@ def test_organism_tissue_ontology_term_id__invalid(
obs.loc[obs.index[0], "organism_tissue_ontology_term_id"] = organism_tissue_ontology_term_id
validator.validate_adata()
assert validator.errors == [error + " " + zebrafish_error_message_suffix]

def test_organism_tissue_type_valid(self, validator_with_fruitfly_adata):
validator = validator_with_fruitfly_adata
obs = validator.adata.obs
Expand Down

0 comments on commit a49a8fa

Please sign in to comment.