File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/com/somemore/volunteer/service
test/java/com/somemore/volunteer/service Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212@ Service
1313@ RequiredArgsConstructor
1414@ Transactional
15- public class NEWRegisterVolunteerService implements NEWRegisterVolunteerUseCase {
15+ public class RegisterNEWVolunteerService implements NEWRegisterVolunteerUseCase {
1616
1717 private final NEWVolunteerRepository NEWVolunteerRepository ;
1818
Original file line number Diff line number Diff line change 1414import static org .assertj .core .api .Assertions .assertThat ;
1515
1616@ Transactional
17- class NEWRegisterVolunteerServiceTest extends IntegrationTestSupport {
17+ class RegisterNEWVolunteerServiceTest extends IntegrationTestSupport {
1818
1919 @ Autowired
20- private NEWRegisterVolunteerService registerVolunteerService ;
20+ private RegisterNEWVolunteerService registerVolunteerService ;
2121
2222 @ Autowired
2323 private NEWVolunteerRepository volunteerRepository ;
You can’t perform that action at this time.
0 commit comments