You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/sds-aspect-model-document-generators/src/test/java/io/openmanufacturing/sds/aspectmodel/generator/diagram/Characteristic2BoxModelTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,13 @@ public void testAspectWithAbstractSingleEntityExpectSuccess( final KnownVersion
114
114
qexec.execConstruct( queryResult );
115
115
}
116
116
117
-
assertThat( queryResult.listStatements( context.selector( ":EntityCharacteristicCharacteristic_To_AbstractTestEntityAbstractEntity a :Edge" ) )
117
+
assertThat( queryResult.listStatements( context.selector( ":EntityCharacteristicCharacteristic_To_ExtendingTestEntityEntity a :Edge" ) )
Copy file name to clipboardExpand all lines: core/sds-aspect-model-document-generators/src/test/java/io/openmanufacturing/sds/aspectmodel/generator/jsonschema/AspectModelJsonSchemaGeneratorTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@ public void testAspectWithAbstractSingleEntity( final KnownVersion metaModelVers
0 commit comments