From e43e976b7a0064c6ba5c6e2aff211b077aca9ea5 Mon Sep 17 00:00:00 2001 From: VasylyshynDmytro Date: Mon, 16 Dec 2024 15:56:54 +0200 Subject: [PATCH] Fix --- .../src/test/java/greencity/controller/PlaceControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/greencity/controller/PlaceControllerTest.java b/core/src/test/java/greencity/controller/PlaceControllerTest.java index fb4554e5a..3dbe243d8 100644 --- a/core/src/test/java/greencity/controller/PlaceControllerTest.java +++ b/core/src/test/java/greencity/controller/PlaceControllerTest.java @@ -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)