Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Jun 19, 2024
1 parent dda2ea5 commit bf85351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public void aupCreationWorks() throws JsonProcessingException, Exception {

@Test
@WithMockUser(username = "admin", roles = {"ADMIN", "USER"})
public void whiteSpacesAllowedAmongAupRemindersDays() throws JsonProcessingException, Exception {
public void whiteSpacesAllowedAmongAupRemindersDays() throws Exception {
AupDTO aup = new AupDTO(DEFAULT_AUP_URL, DEFAULT_AUP_TEXT, null, 3L, null, null, " 30, 15, 7 ");

Date now = new Date();
Expand Down

0 comments on commit bf85351

Please sign in to comment.