Skip to content

Commit

Permalink
update to TRAPI 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Apr 17, 2024
1 parent dcd48f1 commit 96dbc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/ARAX/test/test_ARAX_messenger.py
Expand Up @@ -20,7 +20,7 @@ def test_create_message_basic():
assert response.status == 'OK'
message = response.envelope.message
assert response.envelope.type == 'translator_reasoner_response'
assert response.envelope.schema_version == '1.4.0'
assert response.envelope.schema_version == '1.5.0'


def test_create_message_node_edge_types():
Expand Down
2 changes: 1 addition & 1 deletion code/ARAX/test/test_ARAX_query.py
Expand Up @@ -25,7 +25,7 @@ def test_query_by_query_graph_2():
assert response.status == 'OK'
message = response.envelope.message
assert len(message.results) >= 10
assert response.envelope.schema_version == '1.4.0'
assert response.envelope.schema_version == '1.5.0'


if __name__ == "__main__": pytest.main(['-v'])

0 comments on commit 96dbc42

Please sign in to comment.