Skip to content

Commit 328cb15

Browse files
committed
Make sure to output data
1 parent b7ab85a commit 328cb15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_smile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ async def device_test(
387387
_LOGGER.info("Asserting testdata:")
388388
await smile._full_update_device()
389389
smile.get_all_devices()
390+
data = pw_constants.PlugwiseData(smile.gw_data, smile.gw_devices)
390391
else:
391392
_LOGGER.info("Asserting updated testdata:")
392393
data = await smile.async_update()

0 commit comments

Comments
 (0)