From 730fcde506563afde719ab611dd796cb183f7d3c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 18 Feb 2025 14:18:24 +0100 Subject: [PATCH] typo --- .../impl/crypto/identity/IdentityChangeStatePresenterTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt b/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt index 934bff7f49..29f64b831f 100644 --- a/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt +++ b/features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenterTest.kt @@ -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> { Result.success(Unit) } val encryptionService = FakeEncryptionService(