mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-03 19:54:30 +00:00
test: テストを修正
This commit is contained in:
@@ -89,7 +89,8 @@ class APNoteServiceImplTest {
|
||||
postQueryService = mock(),
|
||||
objectMapper = objectMapper,
|
||||
applicationConfig = testApplicationConfig,
|
||||
postService = mock()
|
||||
postService = mock(),
|
||||
idGenerateService = mock()
|
||||
)
|
||||
val postEntity = Post.of(
|
||||
1L,
|
||||
@@ -123,7 +124,8 @@ class APNoteServiceImplTest {
|
||||
postQueryService = mock(),
|
||||
objectMapper = objectMapper,
|
||||
applicationConfig = testApplicationConfig,
|
||||
postService = mock()
|
||||
postService = mock(),
|
||||
idGenerateService = mock()
|
||||
)
|
||||
activityPubNoteService.createNoteJob(
|
||||
JobProps(
|
||||
|
||||
Reference in New Issue
Block a user