diff --git a/tests/test_homeassistant.py b/tests/test_homeassistant.py index 1cc9fd19..2a9718a1 100644 --- a/tests/test_homeassistant.py +++ b/tests/test_homeassistant.py @@ -6,7 +6,7 @@ sys.path.insert(0, '..') -from adb_shell.exceptions import ( +from aio_adb_shell.exceptions import ( InvalidChecksumError, InvalidCommandError, InvalidResponseError,