From 2e8b044996825a313474480e43bcd7c68a8ebce0 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Thu, 11 Apr 2024 18:56:06 +0530 Subject: [PATCH] Update CustomerControllerTest.java --- .../choasmonkey/web/controllers/CustomerControllerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/boot-choas-monkey/src/test/java/com/example/choasmonkey/web/controllers/CustomerControllerTest.java b/boot-choas-monkey/src/test/java/com/example/choasmonkey/web/controllers/CustomerControllerTest.java index a4e6c84cd..82327fd22 100644 --- a/boot-choas-monkey/src/test/java/com/example/choasmonkey/web/controllers/CustomerControllerTest.java +++ b/boot-choas-monkey/src/test/java/com/example/choasmonkey/web/controllers/CustomerControllerTest.java @@ -4,6 +4,7 @@ import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.notNullValue; import static org.hamcrest.Matchers.hasSize; +import static org.mockito.ArgumentMatchers.any; import static org.mockito.BDDMockito.given; import static org.mockito.Mockito.doNothing; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete;