Skip to content

Commit

Permalink
Removed deinit from Malicious Site Protection test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Jan 10, 2025
1 parent d610ff0 commit 7342913
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ final class MaliciousSiteProtectionFeatureFlagsTests {
sut = MaliciousSiteProtectionFeatureFlags(featureFlagger: featureFlaggerMock, privacyConfigManager: configurationManagerMock)
}

deinit {
featureFlaggerMock = nil
configurationManagerMock = nil
sut = nil
}

// MARK: - Web Error Page

@Test("Check Threat Detection Enabled")
Expand Down

0 comments on commit 7342913

Please sign in to comment.