Skip to content

Commit

Permalink
One more :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Nov 2, 2024
1 parent bcbfad3 commit b98e0bb
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
Expand Up @@ -32,7 +32,7 @@ async def test_setup_unload_and_reload_entry(

# Unload the entry and verify that the data has been removed
assert await hass.config_entries.async_unload(setup_bermuda_entry.entry_id)
assert setup_bermuda_entry.entry_id == ConfigEntryState.NOT_LOADED
assert setup_bermuda_entry.state == ConfigEntryState.NOT_LOADED


async def test_setup_entry_exception(hass, error_on_get_data):
Expand Down

0 comments on commit b98e0bb

Please sign in to comment.