Skip to content

Commit

Permalink
Add missing mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Apr 14, 2021
1 parent 85fcc74 commit 45eed9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LockTests/Utils/Mocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,14 @@ class MockWebAuth: WebAuth {
self.maxAge = maxAge
return self
}

func invitationURL(_ invitationURL: URL) -> Self {
return self
}

func organization(_ organization: String) -> Self {
return self
}

func clearSession(federated: Bool, callback: @escaping (Bool) -> Void) {
callback(true)
Expand Down

0 comments on commit 45eed9c

Please sign in to comment.