Skip to content

Commit

Permalink
Fix test compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 19, 2023
1 parent 8dc93d6 commit a54b63f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnitTests/HomePage/ContinueSetUpModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ final class ContinueSetUpModelTests: XCTestCase {
UserDefaultsWrapper<Any>.clearAll()
userDefaults.set(Date(), forKey: UserDefaultsWrapper<Date>.Key.firstLaunchDate.rawValue)
userDefaults.set(false, forKey: UserDefaultsWrapper<Date>.Key.homePageUserInteractedWithSurveyDay0.rawValue)
userDefaults.set(false, forKey: UserDefaultsWrapper<Date>.Key.shouldShowNetworkProtectionSystemExtensionUpgradePrompt.rawValue)
capturingDefaultBrowserProvider = CapturingDefaultBrowserProvider()
capturingDataImportProvider = CapturingDataImportProvider()
tabCollectionVM = TabCollectionViewModel()
Expand Down

0 comments on commit a54b63f

Please sign in to comment.