이벤트 가져오기 위젯 테스트 추가 및 테스트 훅 도입
This commit is contained in:
@@ -16,8 +16,8 @@ class SubscriptionAlertWidget extends StatelessWidget {
|
||||
listen: true,
|
||||
);
|
||||
|
||||
// 구독 서비스 가져오기
|
||||
final subscriptionService = Provider.of<SubscriptionService>(
|
||||
// 구독 서비스 가져오기 (현재 위젯에서는 직접 사용하지 않음)
|
||||
Provider.of<SubscriptionService>(
|
||||
context,
|
||||
listen: false,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user