Fix test name typo (trailing underscore) (#159592)

This commit is contained in:
Mary
2025-12-22 21:16:01 +01:00
committed by GitHub
parent 0b20417895
commit e3976923b2
+1 -1
View File
@@ -359,7 +359,7 @@ async def test_mix_zone_timeout_freeze_and_global_freeze() -> None:
await asyncio.sleep(0.3)
async def test_mix_global_and_zone_timeout_freeze_() -> None:
async def test_mix_global_and_zone_timeout_freeze() -> None:
"""Test a mix zone timeout freeze and global freeze."""
timeout = TimeoutManager()