mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Apply hass-relative-import to tests (d-h) (#78730)
This commit is contained in:
@@ -6,8 +6,9 @@ from pydexcom import AccountError, SessionError
|
||||
from homeassistant.components.dexcom.const import DOMAIN
|
||||
from homeassistant.config_entries import ConfigEntryState
|
||||
|
||||
from . import CONFIG, init_integration
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
from tests.components.dexcom import CONFIG, init_integration
|
||||
|
||||
|
||||
async def test_setup_entry_account_error(hass):
|
||||
|
||||
Reference in New Issue
Block a user