Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Nov 15, 2023
1 parent c8888be commit a1e202d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test component setup."""
from homeassistant.setup import async_setup_component
from custom_components.wundersmart.const import DOMAIN
from custom_components.wundasmart.const import DOMAIN


async def test_async_setup(hass, config):
Expand Down

0 comments on commit a1e202d

Please sign in to comment.