Skip to content

Commit

Permalink
Fix AlignmentControllerIT
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Apr 5, 2024
1 parent 09639dc commit 46307ee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import ch.puzzle.okr.mapper.AlignmentSelectionMapper;
import ch.puzzle.okr.models.alignment.AlignmentSelection;
import ch.puzzle.okr.models.alignment.AlignmentSelectionId;
import ch.puzzle.okr.service.business.AlignmentBusinessService;
import ch.puzzle.okr.service.business.AlignmentSelectionBusinessService;
import org.hamcrest.Matchers;
import org.hamcrest.core.Is;
Expand Down Expand Up @@ -35,6 +36,8 @@ class AlignmentControllerIT {
private MockMvc mvc;
@MockBean
private AlignmentSelectionBusinessService alignmentSelectionBusinessService;
@MockBean
private AlignmentBusinessService alignmentBusinessService;
@SpyBean
private AlignmentSelectionMapper alignmentSelectionMapper;

Expand Down

0 comments on commit 46307ee

Please sign in to comment.