1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 17:22:20 +01:00

speed up test a bit

This commit is contained in:
J. Nick Koston
2025-06-15 20:35:52 -05:00
parent 69483b9353
commit d19d5a23ea

View File

@@ -145,6 +145,6 @@ async def test_loop_disable_enable(
# Component was re-enabled - verify it ran more times
later_self_disable_counts = [c for c in self_disable_10_counts if c > 10]
assert len(later_self_disable_counts) > 0, (
assert later_self_disable_counts, (
"self_disable_10 was re-enabled but did not run additional times"
)