Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Feb 18, 2025
1 parent 4fc23dc commit a145c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class IdentityChangeStatePresenterTest {
}

@Test
fun `present - when the user withdraw the identity, the presenter invokes the encryption service api`() =
fun `present - when the user withdraws the identity, the presenter invokes the encryption service api`() =
runTest {
val lambda = lambdaRecorder<UserId, Result<Unit>> { Result.success(Unit) }
val encryptionService = FakeEncryptionService(
Expand Down

0 comments on commit a145c15

Please sign in to comment.