mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
removing duplicate fake method
This commit is contained in:
parent
c6ef972e3c
commit
e655a54064
@ -41,10 +41,6 @@ class FakeAuthenticationService : AuthenticationService by mockk() {
|
||||
every { getLoginWizard() } returns loginWizard
|
||||
}
|
||||
|
||||
fun givenLoginWizard(loginWizard: LoginWizard) {
|
||||
every { getLoginWizard() } returns loginWizard
|
||||
}
|
||||
|
||||
fun givenLoginFlow(config: HomeServerConnectionConfig, result: LoginFlowResult) {
|
||||
coEvery { getLoginFlow(config) } returns result
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user