1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00
This commit is contained in:
J. Nick Koston
2025-08-17 16:28:32 -04:00
parent e06dbffe9f
commit c56fd00a7c
3 changed files with 69 additions and 51 deletions

View File

@@ -97,6 +97,6 @@ async def test_scheduler_removed_item_race(
assert removed_executed == 0, (
f"Cancelled items should not execute, but {removed_executed} did"
)
assert normal_executed == 5, (
f"Expected 5 normal items to execute, got {normal_executed}"
assert normal_executed == 4, (
f"Expected 4 normal items to execute, got {normal_executed}"
)