diff --git a/tests/components/drop_connect/test_coordinator.py b/tests/components/drop_connect/test_init.py similarity index 98% rename from tests/components/drop_connect/test_coordinator.py rename to tests/components/drop_connect/test_init.py index c45bb92189f..4963119b349 100644 --- a/tests/components/drop_connect/test_coordinator.py +++ b/tests/components/drop_connect/test_init.py @@ -1,4 +1,5 @@ -"""Test DROP coordinator.""" +"""Test DROP initialisation.""" + from homeassistant.config_entries import ConfigEntryState from homeassistant.const import STATE_UNAVAILABLE, STATE_UNKNOWN from homeassistant.core import HomeAssistant