Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Sep 15, 2023
1 parent 78c558f commit fb60f0b
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 @@ -1021,6 +1021,7 @@ def test_add_label_fields_are_reserved(self):
# Resetting validator
self.validator.adata = examples.adata.copy()
self.validator.errors = []

component = getattr_anndata(self.validator.adata, df)
component[column] = "dummy_value"
self.validator.validate_adata()
Expand Down

0 comments on commit fb60f0b

Please sign in to comment.