Skip to content

Commit

Permalink
Update sct-commons/src/test/java/org/lfenergy/compas/sct/commons/DoTy…
Browse files Browse the repository at this point in the history
…peServiceTest.java

Co-authored-by: Samir Romdhani <[email protected]>
Signed-off-by: massifben <[email protected]>
  • Loading branch information
massifben and samirromdhani authored Jan 22, 2025
1 parent 1f64b6d commit 8dfae61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ void getAllSDOLinkedToDa_should_return_all_dai() {
DataObject dataObject = new DataObject();
dataObject.setDoName("firstDONAME");
DataAttribute dataAttribute = new DataAttribute();
DoLinkedToDa doLinkedToDa = new DoLinkedToDa(dataObject, dataAttribute); // When
DoLinkedToDa doLinkedToDa = new DoLinkedToDa(dataObject, dataAttribute);
// When
List<DoLinkedToDa> list = doTypeService.getAllSDOLinkedToDa(dtt, tdoType, doLinkedToDa);
// Then
assertThat(list)
Expand Down

0 comments on commit 8dfae61

Please sign in to comment.