From c6038777d31d4bd78b1ce087aeb1503c020f5d10 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Mon, 24 Feb 2025 19:53:03 +0100 Subject: [PATCH] [to revert] Test code change --- WooCommerce/Classes/Analytics/AppStartupWaitingTimeTracker.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/WooCommerce/Classes/Analytics/AppStartupWaitingTimeTracker.swift b/WooCommerce/Classes/Analytics/AppStartupWaitingTimeTracker.swift index 13b32c43fdd..9e866501329 100644 --- a/WooCommerce/Classes/Analytics/AppStartupWaitingTimeTracker.swift +++ b/WooCommerce/Classes/Analytics/AppStartupWaitingTimeTracker.swift @@ -2,6 +2,7 @@ import Foundation import Yosemite import protocol WooFoundation.Analytics +// test code change -- should trigger ui tests /// Tracks the waiting time for app startup, allowing to evaluate as analytics /// how much time in seconds it took between the init and the final `end(action:)` function call. ///