Skip to content

Commit

Permalink
changed the way to create a dummy property
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoimariew authored May 29, 2024
1 parent 00551cd commit d7f9b3d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,7 @@ public void updateNonFileSME() {
public void updateNonNestedSME() {
Submodel technicalSubmodel = DummySubmodelFactory.createTechnicalDataSubmodel();
SubmodelService submodelService = getSubmodelService(technicalSubmodel);
Property property = new DefaultProperty();

property.setIdShort("test123");
property.setValue("205");
Property property = createDummyProperty("test123");

submodelService.createSubmodelElement(property);

Expand Down

0 comments on commit d7f9b3d

Please sign in to comment.