From a02b871ebfe99fef2abf3ba49c27be1d523254c8 Mon Sep 17 00:00:00 2001 From: "vincenzo.corso" Date: Fri, 17 Nov 2023 20:27:14 +0100 Subject: [PATCH] chore(customer-service): remove deprecated annotation --- .../customerservice/adapters/web/CustomerControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer-service/src/test/java/it/vincenzocorso/carsharing/customerservice/adapters/web/CustomerControllerTest.java b/customer-service/src/test/java/it/vincenzocorso/carsharing/customerservice/adapters/web/CustomerControllerTest.java index 3bdca39..1e8f204 100644 --- a/customer-service/src/test/java/it/vincenzocorso/carsharing/customerservice/adapters/web/CustomerControllerTest.java +++ b/customer-service/src/test/java/it/vincenzocorso/carsharing/customerservice/adapters/web/CustomerControllerTest.java @@ -1,8 +1,8 @@ package it.vincenzocorso.carsharing.customerservice.adapters.web; import com.fasterxml.jackson.databind.ObjectMapper; +import io.quarkus.test.InjectMock; import io.quarkus.test.junit.QuarkusTest; -import io.quarkus.test.junit.mockito.InjectMock; import it.vincenzocorso.carsharing.customerservice.domain.exceptions.CustomerNotFoundException; import it.vincenzocorso.carsharing.customerservice.domain.models.CustomerDetails; import it.vincenzocorso.carsharing.customerservice.domain.models.SearchCustomerCriteria;