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 5b5a0b8 commit 6157454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ internal class UserWriterImplTest {
}

@Test
fun `delete a user successfully removes the user and writes to audit log`(){
fun `delete a user successfully removes the user and writes to audit log`() {
val capture = argumentCaptor<Any>()

val typedQueryMock = mock<TypedQuery<User>>()
Expand Down

0 comments on commit 6157454

Please sign in to comment.