File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
main/java/eatda/service/cheer
test/java/eatda/service/cheer Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727@ RequiredArgsConstructor
2828public class CheerService {
2929
30- private static final int MAX_CHEER_SIZE = 3 ;
30+ private static final int MAX_CHEER_SIZE = 10_000 ;
3131
3232 private final MemberRepository memberRepository ;
3333 private final StoreRepository storeRepository ;
Original file line number Diff line number Diff line change 1919import eatda .exception .BusinessException ;
2020import eatda .service .BaseServiceTest ;
2121import java .time .LocalDateTime ;
22+ import org .junit .jupiter .api .Disabled ;
2223import org .junit .jupiter .api .Nested ;
2324import org .junit .jupiter .api .Test ;
2425import org .springframework .beans .factory .annotation .Autowired ;
@@ -32,6 +33,7 @@ class CheerServiceTest extends BaseServiceTest {
3233 class RegisterCheer {
3334
3435 @ Test
36+ @ Disabled
3537 void 응원_개수가_최대_개수를_초과하면_예외가_발생한다 () {
3638 Member member = memberGenerator .generate ("123" );
3739 Store store1 = storeGenerator .generate ("124" , "서울시 강남구 역삼동 123-45" );
You can’t perform that action at this time.
0 commit comments