Skip to content

Commit

Permalink
ADM-658:[backend]fix: format test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnjoa committed Dec 6, 2023
1 parent 5988136 commit ae72873
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,7 @@ public static CardHistoryResponseDTO.CardHistoryResponseDTOBuilder CARD2_HISTORY

public static CardHistoryResponseDTO.CardHistoryResponseDTOBuilder CARD_HISTORY_WITH_NO_STATUS_FIELD() {
return CardHistoryResponseDTO.builder()
.items(List.of(
new HistoryDetail(2, "assignee", new Status("In Dev"), new Status("To do"), null),
.items(List.of(new HistoryDetail(2, "assignee", new Status("In Dev"), new Status("To do"), null),
new HistoryDetail(1682642750001L, "customfield_10021", new Status("Impediment"), new Status(FLAG),
null),
new HistoryDetail(1682642750002L, "flagged", new Status("Impediment"), new Status("removeFlag"),
Expand Down

0 comments on commit ae72873

Please sign in to comment.