Skip to content

Commit

Permalink
adjust test again
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 6, 2024
1 parent 612c58e commit 96744c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,4 +1704,4 @@ async def test_reconfigure(
await hass.async_block_till_done()

entry = hass.config_entries.async_entries(DOMAIN)[0]
assert entry.data == data
assert entry.data.copy() == data

0 comments on commit 96744c1

Please sign in to comment.