1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00
This commit is contained in:
J. Nick Koston
2025-07-06 10:02:47 -05:00
parent fd3f15637a
commit 4b3cc52afe
4 changed files with 4 additions and 15 deletions

View File

@@ -121,10 +121,7 @@ async def test_scheduler_string_lifetime(
# Check for any errors
assert test_stats["tests_failed"] == 0, f"Tests failed: {test_stats['errors']}"
# Verify we had the expected number of passing tests and no failures
# Verify we had the expected number of passing tests
assert test_stats["tests_passed"] == 30, (
f"Expected exactly 30 tests to pass, but got {test_stats['tests_passed']}"
)
assert test_stats["tests_failed"] == 0, (
f"Expected no test failures, but got {test_stats['tests_failed']} failures"
)