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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 22 additions and 25 deletions

View file

@ -1,9 +1,9 @@
"""Test the Avri config flow."""
from asynctest import patch
from homeassistant import config_entries, setup
from homeassistant.components.avri.const import DOMAIN
from tests.async_mock import patch
async def test_form(hass):
"""Test we get the form."""