Skip to content

Commit a1d3a61

Browse files
committed
update to test
1 parent c163c08 commit a1d3a61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/test_unit_ontology.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
"nested classification",
4747
"type":
4848
"radio",
49-
"scope":
50-
"global",
5149
"options": [{
5250
"schemaNodeId":
5351
None,
@@ -64,7 +62,6 @@
6462
"instructions": "nested nested text",
6563
"name": "nested nested text",
6664
"type": "text",
67-
"scope": "global",
6865
"options": []
6966
}]
7067
}, {
@@ -81,7 +78,6 @@
8178
"instructions": "nested text",
8279
"name": "nested text",
8380
"type": "text",
84-
"scope": "global",
8581
"options": []
8682
}]
8783
}, {
@@ -250,6 +246,5 @@ def test_option_add_option() -> None:
250246

251247

252248
def test_ontology_asdict() -> None:
253-
print(OntologyBuilder.from_dict(_SAMPLE_ONTOLOGY))
254249
assert OntologyBuilder.from_dict(
255250
_SAMPLE_ONTOLOGY).asdict() == _SAMPLE_ONTOLOGY

0 commit comments

Comments
 (0)