From 5c82c39936a315a503425e3ff60fa66ab50bb9c7 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 4 Jan 2024 17:48:31 +0100 Subject: [PATCH] Reorganize drop_connect tests (#107148) --- .../drop_connect/{test_coordinator.py => test_init.py} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/components/drop_connect/{test_coordinator.py => test_init.py} (98%) 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