From f8a100e9769e479dff1c62b8f368d467295c4405 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 14 Dec 2023 16:22:04 -0800 Subject: [PATCH] Remove deliberately broken test. --- .../DataBrokerProtectionProfileTests.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LocalPackages/DataBrokerProtection/Tests/DataBrokerProtectionTests/DataBrokerProtectionProfileTests.swift b/LocalPackages/DataBrokerProtection/Tests/DataBrokerProtectionTests/DataBrokerProtectionProfileTests.swift index a5481f8889..55856853df 100644 --- a/LocalPackages/DataBrokerProtection/Tests/DataBrokerProtectionTests/DataBrokerProtectionProfileTests.swift +++ b/LocalPackages/DataBrokerProtection/Tests/DataBrokerProtectionTests/DataBrokerProtectionProfileTests.swift @@ -266,10 +266,6 @@ final class DataBrokerProtectionProfileTests: XCTestCase { XCTAssertTrue(vault.wasDeleteProfileQueryCalled) } - func testDeliberatelyBrokenTestLol() { - XCTFail("Testing GitHub") - } - } extension ProfileQuery: Comparable {