Skip to content

Commit a145c15

Browse files
committed
typo
1 parent 4fc23dc commit a145c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class IdentityChangeStatePresenterTest {
149149
}
150150

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

0 commit comments

Comments
 (0)