Skip to content

Commit

Permalink
remove ambiguous DefaultInternalUserDecider.init(mockedStore:)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Jan 23, 2025
1 parent 96348df commit 44caecf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions WebViewUnitTests/UserAgentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ final class MockInternalUserStoring: InternalUserStoring {
var isInternalUser: Bool = false
}

extension DefaultInternalUserDecider {
convenience init(mockedStore: MockInternalUserStoring = MockInternalUserStoring()) {
self.init(store: mockedStore)
}
}

class MockEmbeddedDataProvider: EmbeddedDataProvider {
var embeddedDataEtag: String

Expand Down

0 comments on commit 44caecf

Please sign in to comment.