Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VasylyshynDmytro committed Dec 16, 2024
1 parent e495991 commit e43e976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
import static greencity.ModelUtils.getPrincipal;
import static greencity.enums.PlaceStatus.APPROVED;
import static greencity.enums.PlaceStatus.PROPOSED;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

@ExtendWith(MockitoExtension.class)
@MockitoSettings(strictness = Strictness.LENIENT)
Expand Down

0 comments on commit e43e976

Please sign in to comment.