Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Sep 26, 2023
1 parent f7dee49 commit 1aa127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellxgene_schema_cli/tests/test_schema_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ def test_deprecated_fields(self):
"ERROR: The field 'publication_doi' is present in 'uns', but it is deprecated.",
],
)

def test_no_colors_should_pass(self):
del self.validator.adata.uns["suspension_type_colors"]
self.assertTrue(self.validator.validate_adata())
Expand Down

0 comments on commit 1aa127d

Please sign in to comment.