We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18898b0 commit e080c23Copy full SHA for e080c23
1 file changed
tests/integration/profiles/five-safes-crate/test_5src_12_check_phase.py
@@ -16,7 +16,7 @@
16
17
from rocrate_validator.models import Severity
18
from tests.ro_crates import ValidROC
19
-from tests.shared import do_entity_test, SPARQL_PREFIXES
+from tests.shared import do_entity_test
20
21
# set up logging
22
logger = logging.getLogger(__name__)
@@ -40,10 +40,10 @@ def test_5src_check_value_not_of_type_assess_action():
40
WHERE {
41
?this a schema:AssessAction ;
42
schema:additionalType shp:CheckValue ;
43
- rdf:type ?type .
+ rdf:type ?type .
44
}
45
"""
46
-
+
47
do_entity_test(
48
rocrate_path=ValidROC().five_safes_crate_result,
49
requirement_severity=Severity.REQUIRED,
0 commit comments