Skip to content

Commit

Permalink
fix: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Peng authored and Xiao Peng committed Jan 7, 2025
1 parent 62b74f5 commit 576c289
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ void createUserActivityTest() {
entity.setHighlighted(Boolean.FALSE);
when(favouriteActivityRepository.save(any())).thenReturn(entity);

FavouriteActivityCreateDto createDto = new FavouriteActivityCreateDto("CREATE_A_CLASS_SEEDLOT", false);
FavouriteActivityCreateDto createDto =
new FavouriteActivityCreateDto("CREATE_A_CLASS_SEEDLOT", false);
FavouriteActivityEntity entitySaved = favouriteActivityService.createUserActivity(createDto);

Assertions.assertNotNull(entitySaved);
Expand Down

0 comments on commit 576c289

Please sign in to comment.