Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbizon committed Mar 26, 2024
1 parent 00c463c commit c4f83fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_query_exam.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@ def test_add_knowledge_edge():
{
"attribute_type_id": "biolink:support_graphs",
"value": aux_graph_ids
},
{
'attribute_source': 'infores:robokop',
'attribute_type_id': 'biolink:agent_type',
'value': 'computational_model'
},
{
'attribute_source': 'infores:robokop',
'attribute_type_id': 'biolink:knowledge_level',
'value': 'prediction'
}
]
#Does it validate?
Expand Down

0 comments on commit c4f83fb

Please sign in to comment.