1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Replace asynctest with tests.async_mock (#37428)

This commit is contained in:
Paulus Schoutsen
2020-07-03 11:29:35 -07:00
committed by GitHub
parent eb66da6436
commit 0c771f1c42
17 changed files with 22 additions and 25 deletions

View File

@@ -1,10 +1,11 @@
"""Test the zerproc config flow."""
from asynctest import patch
import pyzerproc
from homeassistant import config_entries, setup
from homeassistant.components.zerproc.config_flow import DOMAIN
from tests.async_mock import patch
async def test_flow_success(hass):
"""Test we get the form."""