Skip to content

Commit 6a73738

Browse files
committed
correct error message
1 parent c9697bc commit 6a73738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/profiles/five-safes-crate/test_valid_5src.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def skip_spec_version_identifier():
3737
check_conformsTo_version = \
3838
rocrate_profile.get_requirement_check("Metadata File Descriptor entity: `conformsTo` property")
3939
assert check_conformsTo_version, \
40-
"Metadata File Descriptor entity: `conformsTo` property"
40+
'Unable to find the requirement "Metadata File Descriptor entity: `conformsTo` property"'
4141
SKIP_CONFORMSTO_VERSION_CHECK_IDENTIFIER = check_conformsTo_version.identifier
4242
return SKIP_CONFORMSTO_VERSION_CHECK_IDENTIFIER
4343

0 commit comments

Comments
 (0)