Skip to content

Commit

Permalink
Fixes the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Mar 22, 2024
1 parent bfdd73b commit 9468e23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
launchStyle = "1"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
Expand Down
4 changes: 4 additions & 0 deletions UnitTests/Menus/MoreOptionsMenuTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ final class NetworkProtectionVisibilityMock: NetworkProtectionFeatureVisibility
return visible
}

func isFeatureEnabled() async throws -> Bool {
return false
}

func disableForAllUsers() async {
// intentional no-op
}
Expand Down

0 comments on commit 9468e23

Please sign in to comment.