Fixed a typo

pull/1053/head^2
Morgan Pretty 4 months ago
parent 1fd673fc24
commit cc102edc26

@ -32,7 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Just in case we are running automated tests we should process environment variables
// before we do anything else
DeveloperSettingsViewModel.processUnitTestEnvVaraiblesIfNeeded()
DeveloperSettingsViewModel.processUnitTestEnvVariablesIfNeeded()
Log.info("[AppDelegate] didFinishLaunchingWithOptions called.")
startTime = CACurrentMediaTime()

@ -553,7 +553,7 @@ class DeveloperSettingsViewModel: SessionTableViewModel, NavigatableStateHolder,
// MARK: - Automated Test Convenience
extension DeveloperSettingsViewModel {
static func processUnitTestEnvVaraiblesIfNeeded() {
static func processUnitTestEnvVariablesIfNeeded() {
#if targetEnvironment(simulator)
enum EnvironmentVariable: String {
case animationsEnabled

Loading…
Cancel
Save