Skip to content

Commit

Permalink
Remove intent from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Aug 5, 2024
1 parent 1676760 commit 7881389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_backward.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from custom_components.yandex_station.cover import *
from custom_components.yandex_station.diagnostics import *
from custom_components.yandex_station.humidifier import *
from custom_components.yandex_station.intent import *
from custom_components.yandex_station.light import *
from custom_components.yandex_station.media_player import *
from custom_components.yandex_station.notify import *
Expand All @@ -33,7 +32,6 @@ def test_backward():
assert YandexCover
assert async_get_config_entry_diagnostics
assert YandexHumidifier
assert async_setup_intents
assert YandexLight
assert YandexIntents
assert YandexStationNotificationService
Expand Down

0 comments on commit 7881389

Please sign in to comment.