We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358fae commit 1299cccCopy full SHA for 1299ccc
1 file changed
src/test/java/com/irum/come2us/global/config/TestConfig.java
@@ -63,8 +63,12 @@ public DiscountService discountService() {
63
@Bean
64
public ReviewService reviewService() {
65
return Mockito.mock(ReviewService.class);
66
+ }
67
+
68
public CartService cartService() {
69
return Mockito.mock(CartService.class);
70
71
72
public OwnerOrderService ownerOrderService() {
73
return Mockito.mock(OwnerOrderService.class);
74
}
0 commit comments