1
mirror of https://github.com/home-assistant/supervisor synced 2024-08-05 03:49:58 +02:00
ha-supervisor/tests/services/test_data.py
2020-01-27 21:38:26 +01:00

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 == {}