Skip to content

Commit 8727393

Browse files
committed
Added extra assertion to test
1 parent e77ee00 commit 8727393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_ontology.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ def test_delete_tool_feature_from_ontology(client, ontology):
1212
ontology.uid, feature_schema_to_delete['featureSchemaId'])
1313
assert result['deleted'] == True
1414
assert result['archived'] == False
15+
updatedOntology = client.get_ontology(ontology.uid)
16+
assert len(updatedOntology.normalized['tools']) == 1
1517

1618

1719
@pytest.mark.skip(reason="normalized ontology contains Relationship, "

0 commit comments

Comments
 (0)