From ed4e32b9153326add30b11ad49aa210c2ab920dd Mon Sep 17 00:00:00 2001 From: Alessandro Boron Date: Mon, 16 Dec 2024 17:11:05 +0100 Subject: [PATCH] clean up code --- ...iteProtectionManagerIntegrationTests.swift | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 DuckDuckGoTests/MaliciousSiteProtection/MaliciousSiteProtectionManagerIntegrationTests.swift diff --git a/DuckDuckGoTests/MaliciousSiteProtection/MaliciousSiteProtectionManagerIntegrationTests.swift b/DuckDuckGoTests/MaliciousSiteProtection/MaliciousSiteProtectionManagerIntegrationTests.swift deleted file mode 100644 index 2936226aeb..0000000000 --- a/DuckDuckGoTests/MaliciousSiteProtection/MaliciousSiteProtectionManagerIntegrationTests.swift +++ /dev/null @@ -1,28 +0,0 @@ -// -// MaliciousSiteProtectionManagerIntegrationTests.swift -// DuckDuckGo -// -// Copyright © 2024 DuckDuckGo. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import Testing - -struct MaliciousSiteProtectionManagerIntegrationTests { - - @Test func <#test function name#>() async throws { - // Write your test here and use APIs like `#expect(...)` to check expected conditions. - } - -}