From 8cfbe89b9389e5a10ee08059e6b2855e6c979e4e Mon Sep 17 00:00:00 2001 From: Xing Liu <93360308+xingliu14@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:32:46 -0800 Subject: [PATCH] [Misc] fix comment in test_envs (#28529) Signed-off-by: Xing Liu --- tests/test_envs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_envs.py b/tests/test_envs.py index 841d7945f912..6a9835a68e7e 100644 --- a/tests/test_envs.py +++ b/tests/test_envs.py @@ -36,7 +36,7 @@ def test_getattr_with_cache(monkeypatch: pytest.MonkeyPatch): # Enable envs cache and ignore ongoing environment changes enable_envs_cache() - # __getattr__ is not decorated with functools.cache + # __getattr__ is decorated with functools.cache assert hasattr(envs.__getattr__, "cache_info") start_hits = envs.__getattr__.cache_info().hits