mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Test the UPB Control config flow."""
|
||||
|
||||
from unittest.mock import MagicMock, PropertyMock, patch
|
||||
|
||||
from homeassistant import config_entries, setup
|
||||
from homeassistant.components.upb.const import DOMAIN
|
||||
|
||||
from tests.async_mock import MagicMock, PropertyMock, patch
|
||||
|
||||
|
||||
def mocked_upb(sync_complete=True, config_ok=True):
|
||||
"""Mock UPB lib."""
|
||||
|
||||
Reference in New Issue
Block a user