mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-17 02:15:17 +08:00
Fix test compilation
This commit is contained in:
parent
740acda60b
commit
6e3979a32d
@ -33,7 +33,7 @@ class FakeAuthenticationService : AuthenticationService by mockk() {
|
||||
}
|
||||
|
||||
fun givenRegistrationStarted(started: Boolean) {
|
||||
every { isRegistrationStarted } returns started
|
||||
every { isRegistrationStarted() } returns started
|
||||
}
|
||||
|
||||
fun givenLoginFlow(config: HomeServerConnectionConfig, result: LoginFlowResult) {
|
||||
|
Loading…
Reference in New Issue
Block a user