From e4a61c240dda2b208cb4bf556b65c2ad259941ea Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 Aug 2026 21:48:09 -0500 Subject: [PATCH] [time] Touch posix_tz test to run the C++ unit tests in CI --- tests/components/time/posix_tz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/time/posix_tz.cpp b/tests/components/time/posix_tz.cpp index 760328a518..c6d84febdf 100644 --- a/tests/components/time/posix_tz.cpp +++ b/tests/components/time/posix_tz.cpp @@ -1,7 +1,7 @@ // Tests for time conversion functions, DST detection, and ESPTime::strptime. // // These tests cover the permanent timezone functions: epoch_to_local_tm, is_in_dst, -// calculate_dst_transition, and the internal helper functions they depend on. +// calculate_dst_transition, and the internal helpers they depend on. // Enable USE_TIME_TIMEZONE for tests #define USE_TIME_TIMEZONE