Skip to content

Commit

Permalink
merge : request notification & update notification 삭제 #684
Browse files Browse the repository at this point in the history
Refactor/#684 request notification update notification 삭제
  • Loading branch information
java-saeng authored Oct 6, 2023
2 parents 2a1bd68 + 0c58c63 commit 5ac1d37
Show file tree
Hide file tree
Showing 47 changed files with 20 additions and 2,521 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
import com.emmsale.notification.application.FcmTokenRegisterService;
import com.emmsale.notification.application.NotificationCommandService;
import com.emmsale.notification.application.NotificationQueryService;
import com.emmsale.notification.application.RequestNotificationCommandService;
import com.emmsale.notification.application.RequestNotificationQueryService;
import com.emmsale.notification.application.UpdateNotificationCommandService;
import com.emmsale.notification.application.UpdateNotificationQueryService;
import com.emmsale.report.application.ReportCommandService;
import com.emmsale.report.application.ReportQueryService;
import com.emmsale.resolver.MemberArgumentResolver;
Expand Down Expand Up @@ -69,14 +65,6 @@ abstract class MockMvcTestHelper {
@MockBean
protected ReportQueryService reportQueryService;
@MockBean
protected UpdateNotificationQueryService updateNotificationQueryService;
@MockBean
protected UpdateNotificationCommandService updateNotificationCommandService;
@MockBean
protected RequestNotificationCommandService requestNotificationCommandService;
@MockBean
protected RequestNotificationQueryService requestNotificationQueryService;
@MockBean
protected FcmTokenRegisterService fcmTokenRegisterService;
@MockBean
protected MemberActivityService memberActivityService;
Expand Down

This file was deleted.

Loading

0 comments on commit 5ac1d37

Please sign in to comment.