File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
Url = str
23
23
Path = str
24
24
25
- REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.2.6 /biolink-model.yaml"
26
- PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.6 /predicate_mapping.yaml'
27
- INFORES_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.6 /infores_catalog_nodes.tsv'
25
+ REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.2.7 /biolink-model.yaml"
26
+ PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.7 /predicate_mapping.yaml'
27
+ INFORES_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.7 /infores_catalog_nodes.tsv'
28
28
29
29
30
30
NODE_PROPERTY = "node property"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def toolkit():
66
66
67
67
def test_get_model_version (toolkit ):
68
68
version = toolkit .get_model_version ()
69
- assert version == "3.2.6 "
69
+ assert version == "3.2.7 "
70
70
71
71
72
72
def test_get_denormalized_association_slots (toolkit ):
You can’t perform that action at this time.
0 commit comments