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(),
|
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(
|
||||||
|
|
Loading…
Reference in New Issue