Skip to content

Commit 62b5c51

Browse files
committed
Update testReadTheDocLinks.m
Replace UBERONParcellation with BiologicalSex. UBERONParcellation has been removed in latest
1 parent 4a8f103 commit 62b5c51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/tests/unitTests/testReadTheDocLinks.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ function testInvalidDocumentationUrl(testCase)
3131
'MATLAB:webservices:HTTP404StatusCodeError')
3232
end
3333

34-
function testSchemaDocLinkUBERONParcellation(testCase)
34+
function testSchemaDocLinkBiologicalSex(testCase)
3535
import openminds.internal.utility.getSchemaDocLink
3636

3737
url = getSchemaDocLink(...
38-
"openminds.controlledterms.UBERONParcellation", ...
38+
"openminds.controlledterms.BiologicalSex", ...
3939
"Raw URL");
4040

4141
try
4242
webread(url);
4343
catch ME
4444
errorMessage = sprintf([...
45-
'Failed to read documentation for UBERONParcellation with error:\n', ...
45+
'Failed to read documentation for BiologicalSex with error:\n', ...
4646
'%s'], ME.message);
4747
testCase.verifyFail(errorMessage)
4848
end

0 commit comments

Comments
 (0)