Fix old entity naming

This commit is contained in:
Davide De Rosa 2022-07-15 17:47:50 +02:00
parent 48d8173871
commit ce280c0826
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class CoreContext {
)
#if targetEnvironment(simulator)
let strategy = VPNManager.MockStrategy()
let strategy = MockVPNManagerStrategy()
#else
let strategy = TunnelKitVPNManagerStrategy(
appGroup: Constants.App.appGroupId,