Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Jan 23, 2025
1 parent 44caecf commit 5fac1f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WebViewUnitTests/UserAgentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ 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 5fac1f1

Please sign in to comment.