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: libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/linknewdevice/RustLinkMobileHandlerTest.kt
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,35 @@ class RustLinkMobileHandlerTest {
118
118
}
119
119
}
120
120
121
+
@Test
122
+
fun`when start throws HumanQrGrantLoginException_NotFound when in state QrReady, the handler emits QrRotating step`() = runTest {
0 commit comments