File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
apps/jobboard-backend/src/test/java/org/bounswe/jobboardbackend/forum/service Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313import org .bounswe .jobboardbackend .forum .repository .ForumCommentRepository ;
1414import org .bounswe .jobboardbackend .forum .repository .ForumCommentUpvoteRepository ;
1515import org .bounswe .jobboardbackend .forum .repository .ForumPostRepository ;
16+ import org .bounswe .jobboardbackend .notification .service .NotificationService ;
1617import org .junit .jupiter .api .BeforeEach ;
1718import org .junit .jupiter .api .Test ;
1819import org .junit .jupiter .api .extension .ExtendWith ;
@@ -43,6 +44,8 @@ class ForumServiceTest {
4344 @ Mock
4445 private ForumCommentDownvoteRepository downvoteRepository ;
4546
47+ @ Mock private NotificationService notificationService ;
48+
4649 @ InjectMocks
4750 private ForumService forumService ;
4851
You can’t perform that action at this time.
0 commit comments