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…
x
Reference in New Issue
Block a user