Skip to content

Commit bbc9e4f

Browse files
committed
Ran yapf formatter
1 parent 43b6009 commit bbc9e4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/test_ontology.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
import json
66
import time
77

8+
89
def test_unarchive_feature_schema_node(client, ontology):
910
feature_schema_to_unarchive = ontology.normalized['tools'][0]
10-
result = client.unarchive_feature_schema_node(ontology.uid, feature_schema_to_unarchive['featureSchemaId'])
11+
result = client.unarchive_feature_schema_node(
12+
ontology.uid, feature_schema_to_unarchive['featureSchemaId'])
1113
assert result == True
1214

15+
1316
def test_delete_tool_feature_from_ontology(client, ontology):
1417
feature_schema_to_delete = ontology.normalized['tools'][0]
1518
assert len(ontology.normalized['tools']) == 2

0 commit comments

Comments
 (0)