From 7d949cf33ed65b92569eb2735165777a68118e04 Mon Sep 17 00:00:00 2001 From: Silvano Cirujano Cuesta Date: Wed, 11 Oct 2023 17:16:54 +0200 Subject: [PATCH] fix: invalid curie being used in example 'source_nodes' is declared to be Uriorcurie according [1], but at least one example being used for testing wasn't compliant (' ! unit' is not allowed in the reference part of a curie) and therefore the introduced stricter URI and CURIE validation was failing. This patch fixes the issue. [1]: https://linkml.io/linkml-model/latest/docs/source_nodes/ Signed-off-by: Silvano Cirujano Cuesta --- tests/test_loaders_dumpers/input/phenopackets/cv_terms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_loaders_dumpers/input/phenopackets/cv_terms.yaml b/tests/test_loaders_dumpers/input/phenopackets/cv_terms.yaml index 28c8bc93..a539d7df 100644 --- a/tests/test_loaders_dumpers/input/phenopackets/cv_terms.yaml +++ b/tests/test_loaders_dumpers/input/phenopackets/cv_terms.yaml @@ -110,7 +110,7 @@ enums: reachable_from: source_ontology: bioregistry:uo source_nodes: - - UO:0000000 ! unit + - UO:0000000 is_direct: false include_self: false relationship_types: