Skip to content

Commit

Permalink
Merge branch 'add-test-cases-for-submodel-methods' of https://github.…
Browse files Browse the repository at this point in the history
…com/ShehriyarShariq-Fraunhofer/basyx-java-server-sdk into add-test-cases-for-submodel-methods
  • Loading branch information
ShehriyarShariq-Fraunhofer committed Sep 2, 2024
2 parents b55df5f + a3145d3 commit ecb50f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ public void patchSubmodelElements() {
Submodel patchedSubmodel = submodelService.getSubmodel();

assertEquals(submodel.getSubmodelElements().size(), patchedSubmodel.getSubmodelElements().size());
assertEquals(submodelElementsPatch, patchedSubmodel.getSubmodelElements());
assertEquals(submodelElementsPatch, patchedSubmodel.getSubmodelElements());
}

protected Submodel buildDummySubmodelWithSmElement(String id, List<SubmodelElement> submodelElements) {
Expand Down

0 comments on commit ecb50f2

Please sign in to comment.