mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Fix test compilation
This commit is contained in:
parent
740acda60b
commit
6e3979a32d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue