mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 04:17:55 +01: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