We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727ee9c commit bfd797fCopy full SHA for bfd797f
1 file changed
tools/tests/+ommtest/+internal/MetaTypeTest.m
@@ -6,7 +6,8 @@ function testRegistrySingleton(testCase)
6
7
registry = MetaTypeRegistry.getSingleton();
8
testCase.verifyClass(registry, 'openminds.internal.meta.MetaTypeRegistry');
9
- testCase.verifyEqual(registry.ModelVersion, "latest")
+ % Todo: uncomment. Currently pinned to v4.0 as v5.0 is not supported yet.
10
+ % testCase.verifyEqual(registry.ModelVersion, "latest")
11
12
% Verify that we get the same handle if we ask for the singleton again
13
newRegistry = MetaTypeRegistry.getSingleton();
0 commit comments