Skip to content

Commit

Permalink
Remove duplicated mock after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Dec 19, 2024
1 parent 90146f4 commit e2f654c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DuckDuckGoTests/MockTabDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,6 @@ final class MockTabDelegate: TabDelegate {

}

final class MockCredentialCreator: URLCredentialCreating {

func urlCredentialFrom(trust: SecTrust?) -> URLCredential? {
return URLCredential(user: "", password: "", persistence: .forSession)
}

}

extension TabViewController {

static func fake(
Expand Down

0 comments on commit e2f654c

Please sign in to comment.