Skip to content

Commit

Permalink
fix test and format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bank authored and Bank committed Mar 24, 2024
1 parent f54f417 commit 9e1e291
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

import com.kampus.kbazaar.security.JwtAuthFilter;
import com.kampus.kbazaar.shopper.ShopperService;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand All @@ -31,7 +30,7 @@ public class CartControllerTest {

@Autowired private MockMvc mockMvc;

@MockBean private ShopperService shopperService;
@MockBean private CartService cartService;

@InjectMocks private CartController cartController;

Expand Down

0 comments on commit 9e1e291

Please sign in to comment.