Add example tests (#50)

This commit is contained in:
Raman Gupta
2021-01-13 11:17:25 -06:00
committed by GitHub
parent f85cbb043d
commit e059bc7cc5
18 changed files with 454 additions and 6 deletions

View File

@ -0,0 +1 @@
"""Custom components module."""

View File

@ -72,4 +72,4 @@ class IntegrationBlueprintApiClient:
exception,
)
except Exception as exception: # pylint: disable=broad-except
_LOGGER.error("Something really wrong happend! - %s", exception)
_LOGGER.error("Something really wrong happened! - %s", exception)