Skip to content

Commit

Permalink
DEAR-138 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef committed Aug 11, 2024
1 parent eabdcf0 commit 4d55ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void getEmotionInsightsByUserAndTeam_differentEmotionsAndDays() {

LocalDateTime startDate = sprintConfig.getStartDate().atStartOfDay();
LocalDateTime endDate = sprintConfig.getEndDate().atTime(23, 59, 59);

doReturn(Arrays.asList(
new Object[]{1, "Happy", 5L},
new Object[]{2, "Sad", 3L}
Expand Down

0 comments on commit 4d55ef2

Please sign in to comment.