mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-24 21:27:15 +00:00
8 lines
191 B
Python
8 lines
191 B
Python
"""Test services data."""
|
|
|
|
|
|
def test_data_initial(coresys):
|
|
"""Test initial data for services."""
|
|
assert coresys.services.data.mqtt == {}
|
|
assert coresys.services.data.mysql == {}
|