We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8f103 commit 62b5c51Copy full SHA for 62b5c51
1 file changed
tools/tests/unitTests/testReadTheDocLinks.m
@@ -31,18 +31,18 @@ function testInvalidDocumentationUrl(testCase)
31
'MATLAB:webservices:HTTP404StatusCodeError')
32
end
33
34
- function testSchemaDocLinkUBERONParcellation(testCase)
+ function testSchemaDocLinkBiologicalSex(testCase)
35
import openminds.internal.utility.getSchemaDocLink
36
37
url = getSchemaDocLink(...
38
- "openminds.controlledterms.UBERONParcellation", ...
+ "openminds.controlledterms.BiologicalSex", ...
39
"Raw URL");
40
41
try
42
webread(url);
43
catch ME
44
errorMessage = sprintf([...
45
- 'Failed to read documentation for UBERONParcellation with error:\n', ...
+ 'Failed to read documentation for BiologicalSex with error:\n', ...
46
'%s'], ME.message);
47
testCase.verifyFail(errorMessage)
48
0 commit comments