You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ class IdentityChangeStatePresenterTest {
149
149
}
150
150
151
151
@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`() =
153
153
runTest {
154
154
val lambda = lambdaRecorder<UserId, Result<Unit>> { Result.success(Unit) }
0 commit comments