Skip to content

Commit b7ab85a

Browse files
committed
No longer needed to test twice unless specifically required
1 parent 2c1d3cb commit b7ab85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async def device_test(
389389
smile.get_all_devices()
390390
else:
391391
_LOGGER.info("Asserting updated testdata:")
392-
data = await smile.async_update()
392+
data = await smile.async_update()
393393

394394
if "heater_id" in data.gateway:
395395
self.cooling_present = data.gateway["cooling_present"]

0 commit comments

Comments
 (0)