Skip to content

Commit

Permalink
removing duplicate fake method
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Jun 24, 2022
1 parent c6ef972 commit e655a54
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e655a54

Please sign in to comment.