Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Nov 26, 2024
1 parent 92f38cc commit 88604a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ class UserServiceTest {
name = "UserGroup",
description = null,
strategyId = 1,
config = GroupConfig(GroupStrategyConfig())
config = GroupConfig(GroupStrategyConfig()),
createTime = now
)
val imageCountAndTotalSizeDTO = ImageCountAndTotalSizeDTO(10, 204800)

Expand Down

0 comments on commit 88604a1

Please sign in to comment.