Use mock_platform
for event entity component tests instead of hass.components
(#113667)
This commit is contained in:
parent
75a489deb9
commit
25c4ab070b
4 changed files with 61 additions and 61 deletions
3
tests/components/event/const.py
Normal file
3
tests/components/event/const.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
"""Constants for the event entity component tests."""
|
||||
|
||||
TEST_DOMAIN = "test"
|
Loading…
Add table
Add a link
Reference in a new issue