mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Improve typing in core tests (#119958)
Add missing return values in core tests
This commit is contained in:
@@ -1489,7 +1489,7 @@ async def test_setup_does_base_platforms_first(hass: HomeAssistant) -> None:
|
||||
assert order[3:] == ["root", "first_dep", "second_dep"]
|
||||
|
||||
|
||||
def test_should_rollover_is_always_false():
|
||||
def test_should_rollover_is_always_false() -> None:
|
||||
"""Test that shouldRollover always returns False."""
|
||||
assert (
|
||||
bootstrap._RotatingFileHandlerWithoutShouldRollOver(
|
||||
|
||||
Reference in New Issue
Block a user