Add return type hints in tests (k-z) (#118942)
This commit is contained in:
parent
b5b7c9bcd5
commit
c7cc465e5c
26 changed files with 79 additions and 76 deletions
|
@ -5,7 +5,7 @@ from unittest.mock import Mock
|
|||
from homeassistant.components.logbook.models import LazyEventPartialState
|
||||
|
||||
|
||||
def test_lazy_event_partial_state_context():
|
||||
def test_lazy_event_partial_state_context() -> None:
|
||||
"""Test we can extract context from a lazy event partial state."""
|
||||
state = LazyEventPartialState(
|
||||
Mock(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue