test: テストを修正

This commit is contained in:
usbharu 2023-09-30 13:50:29 +09:00
parent 0df65ad9b7
commit c9eaf899d5
1 changed files with 4 additions and 2 deletions

View File

@ -89,7 +89,8 @@ class APNoteServiceImplTest {
postQueryService = mock(), postQueryService = mock(),
objectMapper = objectMapper, objectMapper = objectMapper,
applicationConfig = testApplicationConfig, applicationConfig = testApplicationConfig,
postService = mock() postService = mock(),
idGenerateService = mock()
) )
val postEntity = Post.of( val postEntity = Post.of(
1L, 1L,
@ -123,7 +124,8 @@ class APNoteServiceImplTest {
postQueryService = mock(), postQueryService = mock(),
objectMapper = objectMapper, objectMapper = objectMapper,
applicationConfig = testApplicationConfig, applicationConfig = testApplicationConfig,
postService = mock() postService = mock(),
idGenerateService = mock()
) )
activityPubNoteService.createNoteJob( activityPubNoteService.createNoteJob(
JobProps( JobProps(