Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarulo authored Oct 25, 2024
1 parent 4664ca9 commit 800accb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public abstract class CrudServiceTestUtil2<E, R, T, ID> {

private final List<T> entityList;

public CrudServiceTestUtil() {
public CrudServiceTestUtil2() {
setInit();
this.responseList = List.of(this.response);
this.entityList = List.of(this.entity);
Expand Down

0 comments on commit 800accb

Please sign in to comment.