mirror of https://github.com/usbharu/Hideout.git
test: テストを修正
This commit is contained in:
parent
0df65ad9b7
commit
c9eaf899d5
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue