From a54b63fc08d1c436f26ea91c7c30cd40fd39b397 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Mon, 18 Dec 2023 18:22:48 -0800 Subject: [PATCH] Fix test compilation. --- UnitTests/HomePage/ContinueSetUpModelTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/UnitTests/HomePage/ContinueSetUpModelTests.swift b/UnitTests/HomePage/ContinueSetUpModelTests.swift index 5284c9d322..a94068872a 100644 --- a/UnitTests/HomePage/ContinueSetUpModelTests.swift +++ b/UnitTests/HomePage/ContinueSetUpModelTests.swift @@ -57,7 +57,6 @@ final class ContinueSetUpModelTests: XCTestCase { UserDefaultsWrapper.clearAll() userDefaults.set(Date(), forKey: UserDefaultsWrapper.Key.firstLaunchDate.rawValue) userDefaults.set(false, forKey: UserDefaultsWrapper.Key.homePageUserInteractedWithSurveyDay0.rawValue) - userDefaults.set(false, forKey: UserDefaultsWrapper.Key.shouldShowNetworkProtectionSystemExtensionUpgradePrompt.rawValue) capturingDefaultBrowserProvider = CapturingDefaultBrowserProvider() capturingDataImportProvider = CapturingDataImportProvider() tabCollectionVM = TabCollectionViewModel()