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/historyvisible/HistoryVisibleStatePresenterTest.kt
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -22,29 +22,23 @@ class HistoryVisibleStatePresenterTest {
22
22
@get:Rule
23
23
val warmUpRule =WarmUpRule()
24
24
25
-
@Test
26
-
fun`present - initial with room shared, unencrypted`() = runTest {
0 commit comments