We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31fd9a9 + 64999b7 commit 8cf7da4Copy full SHA for 8cf7da4
DuckDuckGoTests/DaxDialogTests.swift
@@ -64,7 +64,7 @@ class DaxDialogTests: XCTestCase {
64
localProtection: DomainsProtectionUserDefaultsStore(),
65
errorReporting: nil)
66
67
- let contentBlockerRulesSource = DefaultContentBlockerRulesListsSource(trackerDataManger: trackerDataManager)
+ let contentBlockerRulesSource = DefaultContentBlockerRulesListsSource(trackerDataManager: trackerDataManager)
68
let exceptionsSource = DefaultContentBlockerRulesExceptionsSource(privacyConfigManager: privacyConfigurationManager)
69
70
let contentBlockingManager = ContentBlockerRulesManager(rulesSource: contentBlockerRulesSource,
0 commit comments