File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/test/java/com/outfitlab/project/domain/useCases/fashn Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 33import com .outfitlab .project .domain .exceptions .FashnApiException ;
44import com .outfitlab .project .domain .interfaces .repositories .FashnRepository ;
55import com .outfitlab .project .domain .model .dto .CombineRequestDTO ;
6+ import com .outfitlab .project .domain .useCases .subscription .CheckUserPlanLimit ;
7+ import com .outfitlab .project .domain .useCases .subscription .IncrementUsageCounter ;
68import com .outfitlab .project .infrastructure .repositories .FashnRepositoryImpl ;
79import org .junit .jupiter .api .Test ;
810import org .junit .jupiter .api .extension .ExtendWith ;
@@ -20,6 +22,12 @@ public class CombinePrendasTest {
2022 @ Mock
2123 private FashnRepository fashnRepository ;
2224
25+ @ Mock
26+ private CheckUserPlanLimit checkUserPlanLimit ;
27+
28+ @ Mock
29+ private IncrementUsageCounter incrementUsageCounter ;
30+
2331 @ InjectMocks
2432 private CombinePrendas combinePrendas ;
2533
You can’t perform that action at this time.
0 commit comments