Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 12, 2024
1 parent d6c8fdd commit 411b60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def integration_fixture_4(hass, caplog):
await hass.async_block_till_done()

assert "Migrating from version 3" in caplog.text
assert "Migration complete to version 8" in caplog.text
assert "Migration complete to version 9" in caplog.text

assert CONF_AMAZON_DOMAIN in entry.data

Expand Down
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def test_no_path_no_sec(
"""Test settting up entities."""
entry = integration_no_path

assert len(hass.states.async_entity_ids(SENSOR_DOMAIN)) == 41
assert len(hass.states.async_entity_ids(SENSOR_DOMAIN)) == 43
entries = hass.config_entries.async_entries(DOMAIN)
assert len(entries) == 1

Expand Down

0 comments on commit 411b60d

Please sign in to comment.