Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
BenYip123 committed Jun 24, 2024
1 parent 9d5d226 commit 5b5a0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ internal class UserEndpointImplTest {
}

@Test
fun `delete a user successfully` () {
fun `delete a user successfully`() {
val deleteUserDtoCapture = argumentCaptor<DeleteUserRequestDto>()
whenever(lifecycleCoordinator.isRunning).thenReturn(true)
whenever(permissionService.isRunning).thenReturn(true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ data class DeleteUserRequestDto(
* Login name of the User to delete.
*/
val loginName: String,
)
)

0 comments on commit 5b5a0b8

Please sign in to comment.