diff --git a/backend/tests/fixtures/phenotype_explorer_compare.py b/backend/tests/fixtures/phenotype_explorer_compare.py index 29c05c06d..9f04ded8f 100644 --- a/backend/tests/fixtures/phenotype_explorer_compare.py +++ b/backend/tests/fixtures/phenotype_explorer_compare.py @@ -11,9 +11,7 @@ def phenotype_explorer_compare(): }, "MP:0010771": {"id": "MP:0010771", "label": "integument phenotype (MPO)"}, }, - "object_termset": { - "HP:0004325": {"id": "HP:0004325", "label": "Decreased body weight (HPO)"} - }, + "object_termset": {"HP:0004325": {"id": "HP:0004325", "label": "Decreased body weight (HPO)"}}, "subject_best_matches": { "MP:0002169": { "match_source": "MP:0002169", diff --git a/backend/tests/unit/test_fixtures.py b/backend/tests/unit/test_fixtures.py index 9f2ebc94e..4abeaf439 100644 --- a/backend/tests/unit/test_fixtures.py +++ b/backend/tests/unit/test_fixtures.py @@ -36,4 +36,3 @@ def test_node(node): def test_node_associations(associations): association_results = AssociationResults(**associations) assert association_results.total != 0 -