Skip to content

Commit 4db9007

Browse files
committed
Fix broken test in AspectModelAASGeneratorTest
1 parent bc1996d commit 4db9007

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/sds-aspect-model-aas-generator/src/test/java/io/openmanufacturing/sds/aspectmodel/aas/AspectModelAASGeneratorTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ void testGenerateAasxFromBammWithConstraint() throws IOException, Deserializatio
170170
assertEquals( "stringLcProperty", submodelElement.getIdShort() );
171171

172172
final Set<String> semanticIds =
173-
Set.of( "urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectstringLcProperty",
174-
"urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectdoubleRcProperty",
175-
"urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectintRcProperty",
176-
"urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectbigIntRcProperty",
177-
"urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectfloatRcProperty",
178-
"urn:bamm:io.openmanufacturing.test:1.0.0#TestAspectstringRegexcProperty" );
173+
Set.of( "urn:bamm:io.openmanufacturing.test:1.0.0#stringLcProperty",
174+
"urn:bamm:io.openmanufacturing.test:1.0.0#doubleRcProperty",
175+
"urn:bamm:io.openmanufacturing.test:1.0.0#intRcProperty",
176+
"urn:bamm:io.openmanufacturing.test:1.0.0#bigIntRcProperty",
177+
"urn:bamm:io.openmanufacturing.test:1.0.0#floatRcProperty",
178+
"urn:bamm:io.openmanufacturing.test:1.0.0#stringRegexcProperty" );
179179

180180
checkDataSpecificationIEC61360( semanticIds, env );
181181
}

0 commit comments

Comments
 (0)